llvm-6502/lib/Transforms
David Blaikie 685212e39a Recommit r233116 better: Remove a redundant instcombine involving bitcasts of geps of bitcasts
This just didn't need to be here at all, but the assertion I tried to
add wasn't appropriate either - the circumstance isn't impossible, it's
just not important to deal with it here - the gep-rooted version of this
instcombine will handle this case, we don't need to duplicate it for the
case where the gep happens to be used in a bitcast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233404 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-27 20:13:55 +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 Recommit r233116 better: Remove a redundant instcombine involving bitcasts of geps of bitcasts 2015-03-27 20:13:55 +00:00
Instrumentation [asan] Speed up isInterestingAlloca check 2015-03-27 18:52:01 +00:00
IPO Remove superfluous .str() and replace std::string concatenation with Twine. 2015-03-27 17:51:30 +00:00
ObjCARC Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. 2015-03-23 19:32:43 +00:00
Scalar Reapply r233175 and r233183: float2int. 2015-03-27 10:36:57 +00:00
Utils Merge empty landing pads in SimplifyCFG 2015-03-24 22:28:45 +00:00
Vectorize Refactor Code inside LoopVectorizer's function isInductionVariable. 2015-03-27 03:44:15 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile