llvm/test
Chandler Carruth b0de1e31d1 Fix another SROA crasher, PR14601.
This was a silly oversight, we weren't pruning allocas which were used
by variable-length memory intrinsics from the set that could be widened
and promoted as integers. Fix that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170353 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-17 18:48:07 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and lzcnt. 2012-12-17 05:02:29 +00:00
DebugInfo Debug Info: add support to mark member variables as artificial 2012-12-13 22:43:07 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] Origin stores and loads do not need explicit alignment. 2012-12-14 13:43:11 +00:00
Integer
JitListener
Linker
MC Add instruction encodings / disassembly support for l2r instructions. 2012-12-17 16:28:02 +00:00
Object Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
Other
Scripts
TableGen Fix typo, which prevent test from being check. 2012-12-12 21:10:56 +00:00
tools
Transforms Fix another SROA crasher, PR14601. 2012-12-17 18:48:07 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh