Skip to content
  • Dan Gohman's avatar
    Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad · 9e820649
    Dan Gohman authored
    with a general target hook to identify rematerializable instructions. Some
    instructions are only rematerializable with specific operands, such as loads
    from constant pools, while others are always rematerializable. This hook
    allows both to be identified as being rematerializable with the same
    mechanism.
    
    llvm-svn: 37644
    9e820649
Loading