Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Remove incorrect pattern for swiz | Krzysztof Parzyszek | 2018-10-01 | 1 | -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 tests | Krzysztof Parzyszek | 2018-03-12 | 1 | -0/+51 |
llvm-svn: 327271 |