Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-exegesis] Adjust AArch64 unit test | John Brawn | 2018-07-03 | 1 | -4/+19 |
| | | | | | | | The signature of setRegToConstant changed in r336171, so adjust the AArch64 unit test in a similar way to how the X86 unit test was changed in that commit. llvm-svn: 336188 | ||||
* | [llvm-exegesis] Add an AArch64 target | John Brawn | 2018-07-03 | 2 | -0/+59 |
The target does just enough to be able to run llvm-exegesis in latency mode for at least some opcodes. Differential Revision: https://reviews.llvm.org/D48780 llvm-svn: 336187 |