summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/swiz.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Remove incorrect pattern for swizKrzysztof Parzyszek2018-10-011-51/+0
| | | | | | | | | | | | The pattern had a couple of problems: - It was checking for loads of bytes in the reverse order to what it should have been looking for. - It would replace loads of bytes with a load of a word without making sure that the alignment was correct. Thanks to Eli Friedman for pointing it out. llvm-svn: 343514
* [Hexagon] Add more lit testsKrzysztof Parzyszek2018-03-121-0/+51
llvm-svn: 327271
OpenPOWER on IntegriCloud