summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/misched-fusion-arith-logic.mir
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Adjust the feature set for ExynosEvandro Menezes2019-01-151-0/+1
| | | | | | Enable the fusion of arithmetic and logic instructions for Exynos M4. llvm-svn: 351149
* [AArch64] Fix typo (NFC)Evandro Menezes2019-01-151-1/+1
| | | | | | | Fix another typo, this time in the `RUN` line, which used a syntax not universally supported, in test case added by D56572. llvm-svn: 351144
* [AArch64] Fix typo (NFC)Evandro Menezes2019-01-151-22/+22
| | | | | | Fix typo in test case added by D56572 (rL351139). llvm-svn: 351143
* [AArch64] Add new target feature to fuse arithmetic and logic operationsEvandro Menezes2019-01-141-0/+111
This feature enables the fusion of some arithmetic and logic instructions together. Differential revision: https://reviews.llvm.org/D56572 llvm-svn: 351139
OpenPOWER on IntegriCloud