This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea3df5ebac0 [CodeGen] fix broken successor probability in MBB dump new 1076f420d2f [X86][BtVer2] Fix PHMINPOS schedule resources typo new f2546843d5c [ARM][v8.5A] Add speculation barriers SSBB and PSSBB
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/ARM/ARMInstrInfo.td | 2 ++ lib/Target/ARM/ARMInstrThumb2.td | 6 ++++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 23 ++++++++++++++- lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 15 ++++++++++ lib/Target/X86/X86ScheduleBtVer2.td | 2 +- test/CodeGen/X86/sse41-schedule.ll | 4 +-- test/MC/ARM/basic-arm-instructions.s | 4 +-- test/MC/ARM/basic-thumb2-instructions.s | 4 +-- test/MC/ARM/csdb-errors.s | 6 ---- test/MC/ARM/csdb.s | 8 ----- test/MC/ARM/speculation-barriers-errors.s | 34 ++++++++++++++++++++++ test/MC/ARM/speculation-barriers.s | 22 ++++++++++++++ .../MC/Disassembler/ARM/basic-arm-instructions.txt | 4 +-- test/MC/Disassembler/ARM/thumb2.txt | 4 +-- test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 8 ++--- test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 8 ++--- 16 files changed, 120 insertions(+), 34 deletions(-) delete mode 100644 test/MC/ARM/csdb-errors.s delete mode 100644 test/MC/ARM/csdb.s create mode 100644 test/MC/ARM/speculation-barriers-errors.s create mode 100644 test/MC/ARM/speculation-barriers.s