llvm-6502/test/Transforms/StraightLineStrengthReduce
Matt Arsenault b1d220c21a SLSR: Pass address space to isLegalAddressingMode
This only updates one of the uses. The other is used in cases
that may never touch memory, so I'm not sure why this is even
calling it. Perhaps there should be a new, similar hook for such
cases or pass -1 for unknown address space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239540 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-11 16:13:39 +00:00
..
NVPTX [NVPTX] run SeparateConstOffsetFromGEP before SLSR 2015-04-23 20:00:04 +00:00
R600 SLSR: Pass address space to isLegalAddressingMode 2015-06-11 16:13:39 +00:00
X86 [SLSR] garbage-collect unused instructions 2015-04-21 19:56:18 +00:00
slsr-add.ll [SLSR] garbage-collect unused instructions 2015-04-21 19:56:18 +00:00
slsr-gep.ll [SLSR] garbage-collect unused instructions 2015-04-21 19:56:18 +00:00
slsr-mul.ll [SLSR] handle (B | i) * S 2015-05-15 17:07:48 +00:00