summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/promote-alloca-array-aggregate.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix assert on alloca of array of structMatt Arsenault2017-09-141-0/+9
| | | | llvm-svn: 313282
* Fix line endings. NFCI.Simon Pilgrim2017-09-141-131/+131
| | | | llvm-svn: 313247
* [AMDGPU] Fix for issue in alloca to vector promotion passDavid Stuttard2017-06-091-0/+131
Summary: Alloca promotion pass not dealing with non-canonical input Added some additional checks so the pass simply backs-off forms it can't deal with (non-canonical) Also added some test cases in non-canonical form to check that it no longer crashes Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tpr, t-tye Differential Revision: https://reviews.llvm.org/D31710 llvm-svn: 305079
OpenPOWER on IntegriCloud