AArch64 does not support enabling rcpc via .arch_extension in assembly.
GCC, on the other hand, does.
This patch adds 'rcpc' as a valid value to .arch_extension handling.
Paths
| Differential D83685
[AArch64][AsmParser] Add rcpc support in .arch_extension ClosedPublic Authored by vhscampos on Jul 13 2020, 8:25 AM.
Details Summary AArch64 does not support enabling rcpc via .arch_extension in assembly. This patch adds 'rcpc' as a valid value to .arch_extension handling.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls. · View Herald Transcript This revision is now accepted and ready to land.Jul 14 2020, 12:57 AM Closed by commit rGdad1868772f1: [AArch64][AsmParser] Add rcpc support in .arch_extension (authored by vhscampos). · Explain WhyJul 14 2020, 2:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 277726 llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/test/MC/AArch64/directive-arch_extension-negative.s
llvm/test/MC/AArch64/directive-arch_extension.s
|