llvm-6502/lib/Transforms/InstCombine
Matt Arsenault 330943afb7 Teach InstCombineLoadCast about address spaces.
This is another one that doesn't matter much,
but uses the right GEP index types in the first
place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189854 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-03 21:05:48 +00:00
..
CMakeLists.txt
InstCombine.h Teach InstCombine visitGetElementPtr about address spaces 2013-08-19 22:17:40 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp InstCombine: Use isAllOnesValue() instead of explicit -1. 2013-08-16 17:03:36 +00:00
InstCombineCalls.cpp
InstCombineCasts.cpp Teach InstCombine about address spaces 2013-08-21 19:53:10 +00:00
InstCombineCompares.cpp Teach InstCombine about address spaces 2013-08-21 19:53:10 +00:00
InstCombineLoadStoreAlloca.cpp Teach InstCombineLoadCast about address spaces. 2013-09-03 21:05:48 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp InstCombine: Check for zero shift amounts before subtracting one causing integer overflow. 2013-08-30 14:35:35 +00:00
InstCombineVectorOps.cpp Fix typo. 2013-08-28 22:17:26 +00:00
InstCombineWorklist.h Use pop_back_val() instead of both back() and pop_back(). 2013-08-19 22:47:55 +00:00
InstructionCombining.cpp Teach InstCombine visitGetElementPtr about address spaces 2013-08-19 22:17:40 +00:00
LLVMBuild.txt
Makefile