Dan Gohman a70dca156f Factor out LiveIntervalAnalysis' code to determine whether an instruction
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83687 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-09 23:27:56 +00:00
..
2009-08-08 17:29:04 +00:00
2009-10-05 15:23:17 +00:00
2009-10-09 00:57:38 +00:00
2009-05-18 21:08:45 +00:00
2009-09-03 06:00:00 +00:00
2009-09-27 15:41:19 +00:00
2009-07-08 21:57:46 +00:00