Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Fix assert on alloca of array of struct | Matt Arsenault | 2017-09-14 | 1 | -0/+9 |
| | | | | llvm-svn: 313282 | ||||
* | Fix line endings. NFCI. | Simon Pilgrim | 2017-09-14 | 1 | -131/+131 |
| | | | | llvm-svn: 313247 | ||||
* | [AMDGPU] Fix for issue in alloca to vector promotion pass | David Stuttard | 2017-06-09 | 1 | -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 |