llvm-6502/include/llvm/Transforms/Utils
Andrew Trick f143b79b78 LSR should avoid redundant edge splitting.
This handles the case in which LSR rewrites an IV user that is a phi and
splits critical edges originating from a switch.
Fixes <rdar://problem/6453893> LSR is not splitting edges "nicely"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141059 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-04 03:50:44 +00:00
..
AddrModeMatcher.h land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
BasicBlockUtils.h LSR should avoid redundant edge splitting. 2011-10-04 03:50:44 +00:00
BasicInliner.h
BuildLibCalls.h
Cloning.h
FunctionUtils.h Use ArrayRef instead of an explicit 'const std::vector &'. 2011-09-20 19:05:04 +00:00
Local.h
PromoteMemToReg.h
SimplifyIndVar.h Cleanup. Make ScalarEvolution an explicit argument of the 2011-08-10 04:22:26 +00:00
SSAUpdater.h land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
SSAUpdaterImpl.h
UnifyFunctionExitNodes.h
UnrollLoop.h Move trip count discovery outside of the generic LoopUnroll helper. This 2011-07-23 00:33:05 +00:00
ValueMapper.h Use cast<> instead of a C-style cast to get some free assertions. 2011-08-03 10:05:04 +00:00