Follow up patch of rL350385, for adding predres command line option. This patch renames the feature as to keep it aligned with the option passed by/to clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56484
[AArch64] Move feature predctrl to predres ClosedPublic Authored by dnsampaio on Jan 9 2019, 2:41 AM.
Details Summary Follow up patch of rL350385, for adding predres command line option. This patch renames the feature as to keep it aligned with the option passed by/to clang.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, kristof.beyls, javed.absar. · View Herald TranscriptJan 9 2019, 2:41 AM This revision is now accepted and ready to land.Jan 9 2019, 2:52 AM dnsampaio retitled this revision from [AArch64][NFC] Move feature predctrl to predres to [AArch64] Move feature predctrl to predres.Jan 9 2019, 3:02 AM Closed by commit rL350702: [AArch64] Move feature predctrl to predres (authored by dnsampaio). · Explain WhyJan 9 2019, 3:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180810 llvm/trunk/lib/Target/AArch64/AArch64.td
llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.td
llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
llvm/trunk/lib/Target/AArch64/AArch64SystemOperands.td
llvm/trunk/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/trunk/test/MC/AArch64/armv8.5a-predctrl-error.s
llvm/trunk/test/MC/AArch64/armv8.5a-predctrl.s
llvm/trunk/test/MC/AArch64/armv8.5a-predres-error.s
llvm/trunk/test/MC/AArch64/armv8.5a-predres.s
llvm/trunk/test/MC/Disassembler/AArch64/armv8.5a-predctrl.txt
llvm/trunk/test/MC/Disassembler/AArch64/armv8.5a-predres.txt
|