This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 086b7dc10df [AMDGPU] Add sdwa support for ADD|SUB U64 decomposed Pseudos new 0952fda535c [AArch64] Add command-line option for SSBS
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: include/llvm/Support/AArch64TargetParser.def | 1 + include/llvm/Support/AArch64TargetParser.h | 1 + lib/Target/AArch64/AArch64.td | 5 ++++- lib/Target/AArch64/AArch64Subtarget.h | 2 ++ lib/Target/AArch64/AArch64SystemOperands.td | 4 ++-- test/MC/AArch64/armv8.5a-specrestrict.s | 16 ---------------- ....5a-specrestrict-error.s => armv8.5a-ssbs-error.s} | 6 +++--- test/MC/AArch64/armv8.5a-ssbs.s | 19 +++++++++++++++++++ .../MC/Disassembler/AArch64/armv8.5a-specrestrict.txt | 10 ---------- test/MC/Disassembler/AArch64/armv8.5a-ssbs.txt | 13 +++++++++++++ unittests/Support/TargetParserTest.cpp | 5 +++-- 11 files changed, 48 insertions(+), 34 deletions(-) rename test/MC/AArch64/{armv8.5a-specrestrict-error.s => armv8.5a-ssbs-error.s} (53%) create mode 100644 test/MC/AArch64/armv8.5a-ssbs.s create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-ssbs.txt