llvm-6502/lib/Transforms
Jingyue Wu 5c50ab84b3 [SeparateConstOffsetFromGEP] Fixed a bug in rebuilding OR expressions
The two operands of the new OR expression should be NextInChain and TheOther
instead of the two original operands.

Added a regression test in split-gep.ll.

Hao Liu reported this bug, and provded the test case and an initial patch.
Thanks! 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220615 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-25 17:36:21 +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: Remove overzealous asserts 2014-10-25 07:13:13 +00:00
Instrumentation [msan] Make -msan-check-constant-shadow a bit stronger. 2014-10-24 23:34:15 +00:00
IPO If requested, apply function merging at -O0 too. It's useful there to reduce the time to compile. 2014-10-23 23:49:31 +00:00
ObjCARC Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
Scalar [SeparateConstOffsetFromGEP] Fixed a bug in rebuilding OR expressions 2014-10-25 17:36:21 +00:00
Utils Handle sqrt() shrinking in SimplifyLibCalls like any other call 2014-10-23 21:52:45 +00:00
Vectorize LoopVectorize: Simplify code. No functionality change. 2014-10-22 19:13:54 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile