summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/strqro.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Harden test casesEvandro Menezes2018-02-261-2/+3
| | | | | | NFC llvm-svn: 326147
* [AArch64][Falkor] Avoid generating STRQro* instructionsGeoff Berry2017-08-281-0/+47
Summary: STRQro* instructions are slower than the alternative ADD/STRQui expanded instructions on Falkor, so avoid generating them unless we're optimizing for code size. Reviewers: t.p.northover, mcrosier Subscribers: aemerson, rengolin, javed.absar, kristof.beyls, llvm-commits Differential Revision: https://reviews.llvm.org/D37020 llvm-svn: 311931
OpenPOWER on IntegriCloud