summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeGenPrepare/crash-on-large-allocas.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for r307754George Burgess IV2017-07-121-0/+16
As promised in D35003. Uses -codegenprepare instead of -instcombine since we hit the same buggy path anyway, and CGP lets us keep this test really simple (instcombine likes turning the alloca T, N into alloca [N x T], which hides the bug this is testing for). llvm-svn: 307811
OpenPOWER on IntegriCloud