llvm-6502/lib/Transforms
David Majnemer 8a8d8b3e59 [LoopVectorize] Pointer indicies may be wider than the pointer
If we are dealing with a pointer induction variable, isInductionPHI
gives back a step value of Stride / size of pointer.  However, we might
be indexing with a legal type wider than the pointer width.
Handle this by inserting casts where appropriate instead of crashing.

This fixes PR23954.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240877 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-27 08:38:17 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine [InstCombine] call SimplifyICmpInst with correct context 2015-06-25 20:14:47 +00:00
Instrumentation [ASan] Use llvm::getDISubprogram() to get function entry debug location. 2015-06-26 00:00:47 +00:00
IPO [PruneEH] A naked, noinline function can return via InlineAsm 2015-06-27 07:52:53 +00:00
ObjCARC Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Scalar [RewriteStatepointsForGC] Generalized vector phi/select handling for base pointers 2015-06-26 22:47:37 +00:00
Utils Move VectorUtils from Transforms to Analysis to correct layering violation 2015-06-26 18:02:52 +00:00
Vectorize [LoopVectorize] Pointer indicies may be wider than the pointer 2015-06-27 08:38:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile