llvm-6502/lib
David Majnemer bb642c4369 LoopVectorize: Don't assume pointees are sized
A pointer's pointee might not be sized: the pointee could be a function.

Report this as IK_NoInduction when calculating isInductionVariable.

This fixes PR21508.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221501 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-07 00:31:14 +00:00
..
Analysis Indentation fixes 2014-11-06 19:05:57 +00:00
AsmParser
Bitcode Factor out call to push_back. NFC. 2014-11-06 22:39:16 +00:00
CodeGen [RegAlloc] Kill off the trivial spiller - nobody is using it any more. 2014-11-06 19:12:38 +00:00
DebugInfo
ExecutionEngine [JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips stub functions, and ARM target in general) 2014-11-06 09:53:05 +00:00
IR Try to appease MSVC buildbots after r221466. 2014-11-06 19:00:47 +00:00
IRReader Remove unused variable. NFC. 2014-11-06 23:16:57 +00:00
LineEditor
Linker
LTO
MC
Object [ELF][yaml2obj] Handle additional MIPS specific st_other field flags 2014-11-06 22:46:24 +00:00
Option
ProfileData
Support Remove unnecessary .c_str() when implicitly converting to Twine 2014-11-06 01:13:27 +00:00
TableGen
Target [X86][SSE] Vector integer/float conversion memory folding (cvttps2dq / cvttpd2dq) 2014-11-06 22:15:41 +00:00
Transforms LoopVectorize: Don't assume pointees are sized 2014-11-07 00:31:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile