This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 79b8d8e2688 [llvm-exegesis] Fix PR39096. new f4e51169603 [AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions new 930ab34cd50 [Sparc] Remove the support for builtin setjmp/longjmp
The 2 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 | 10 +- lib/Target/AArch64/AArch64InstrFormats.td | 37 +++- lib/Target/AArch64/AArch64InstrInfo.td | 17 ++ lib/Target/AArch64/AArch64Subtarget.h | 2 + lib/Target/Sparc/SparcISelLowering.cpp | 227 --------------------- lib/Target/Sparc/SparcISelLowering.h | 12 -- lib/Target/Sparc/SparcInstrInfo.td | 31 --- test/CodeGen/SPARC/sjlj.ll | 93 --------- test/MC/AArch64/armv8.5a-frint-error.s | 52 +++++ test/MC/AArch64/armv8.5a-frint.s | 92 +++++++++ test/MC/Disassembler/AArch64/armv8.5a-dataproc.txt | 99 ++++++++- 11 files changed, 301 insertions(+), 371 deletions(-) delete mode 100644 test/CodeGen/SPARC/sjlj.ll create mode 100644 test/MC/AArch64/armv8.5a-frint-error.s create mode 100644 test/MC/AArch64/armv8.5a-frint.s