llvm-6502/lib
Juergen Ributzka feaa46379a [X86TTI] Make constant base pointers for getElementPtr opaque.
If getElementPtr uses a constant as base pointer, then make the constant opaque.
This prevents constant folding it with the offset. The offset can usually be
encoded in the load/store instruction itself and the base address doesn't have
to be rematerialized several times.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204739 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-25 18:01:25 +00:00
..
Analysis ScalarEvolution: Compute exit counts for loops with a power-of-2 step. 2014-03-25 16:25:12 +00:00
AsmParser
Bitcode
CodeGen [DAG] Keep the opaque constant flag when performing unary constant folding operations. 2014-03-25 18:01:20 +00:00
DebugInfo DebugInfo: Support debug_loc under fission 2014-03-25 01:44:02 +00:00
ExecutionEngine
IR Disable Visual C++ warning 4722 about aborting a destructor, 2014-03-25 08:42:49 +00:00
IRReader
LineEditor
Linker
LTO
MC
Object
Option
ProfileData
Support Disable Visual C++ warning 4722 about aborting a destructor, 2014-03-25 08:42:49 +00:00
TableGen
Target [X86TTI] Make constant base pointers for getElementPtr opaque. 2014-03-25 18:01:25 +00:00
Transforms [InstCombine] Don't fold bitcast into store if it would need addrspacecast 2014-03-25 17:21:41 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile