Skip to content
  • Dan Gohman's avatar
    Factor out LiveIntervalAnalysis' code to determine whether an instruction · 87b02d5b
    Dan Gohman authored
    is trivially rematerializable and integrate it into
    TargetInstrInfo::isTriviallyReMaterializable. This way, all places that
    need to know whether an instruction is rematerializable will get the
    same answer.
    
    This enables the useful parts of the aggressive-remat option by
    default -- using AliasAnalysis to determine whether a memory location
    is invariant, and removes the questionable parts -- rematting operations
    with virtual register inputs that may not be live everywhere.
    
    llvm-svn: 83687
    87b02d5b
Loading