Prediction control instructions are only mandatory from v8.5a
onwards but is optional from Armv8.0-A. This patch adds a command
line option to enable it by it's own.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56007
[AArch64] Add command-line option for Execution and Data Prediction Instructions ClosedPublic Authored by dnsampaio on Dec 21 2018, 8:27 AM.
Details Summary Prediction control instructions are only mandatory from v8.5a
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, kristina, kristof.beyls. · View Herald TranscriptDec 21 2018, 8:27 AM dnsampaio added a parent revision: D55921: [AArch64] Add command-line option for SB.Dec 21 2018, 8:28 AM This revision is now accepted and ready to land.Dec 28 2018, 8:48 AM Closed by commit rL350385: [AArch64] Add command-line option predres (authored by dnsampaio). · Explain WhyJan 4 2019, 3:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 179294 include/llvm/Support/AArch64TargetParser.h
include/llvm/Support/AArch64TargetParser.def
unittests/Support/TargetParserTest.cpp
|