This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from af93d17e0c7 [ARM][AArch64] ARMv8.3-A enablement new 05e573b7fb7 [AArch64] Assembler support for v8.3 RCpc
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AArch64/AArch64.td | 5 ++++- lib/Target/AArch64/AArch64InstrFormats.td | 12 ++++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 10 ++++++++++ lib/Target/AArch64/AArch64Subtarget.h | 2 ++ test/MC/AArch64/armv8.3a-rcpc.s | 23 +++++++++++++++++++++++ test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt | 26 ++++++++++++++++++++++++++ 6 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 test/MC/AArch64/armv8.3a-rcpc.s create mode 100644 test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt