llvm-6502/lib/Transforms
Bruno Cardoso Lopes 8fc3ffbb74 [LICM] Avoind store sinking if no preheader is available
Load instructions are inserted into loop preheaders when sinking stores
and later removed if not used by the SSA updater. Avoid sinking if the
loop has no preheader and avoid crashes. This fixes one more side effect
of not handling indirectbr instructions properly on LoopSimplify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223119 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-02 14:22:34 +00:00
..
Hello [CMake] Add LLVM_LINK_COMPONENTS to loadable modules, LLVMHello and BugpointPasses, on Win32. 2014-07-13 13:36:48 +00:00
InstCombine InstCombine: FoldOrOfICmps harder 2014-11-28 19:58:29 +00:00
Instrumentation [msan] Add compile-time checks for missing origins. 2014-12-01 09:53:51 +00:00
IPO Disable header duplication at -Oz in loop-rotate pass. 2014-11-21 19:53:24 +00:00
ObjCARC Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> 2014-11-19 07:49:26 +00:00
Scalar [LICM] Avoind store sinking if no preheader is available 2014-12-02 14:22:34 +00:00
Utils Revert r223049, r223050 and r223051 while investigating test failures. 2014-12-01 17:36:43 +00:00
Vectorize Revert "Masked Vector Load and Store Intrinsics." 2014-11-28 21:29:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile