This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06b5f13 [InstCombine] add test for PR30327 new a50faba [MC] Defer asm errors to post-statement failure
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/MC/MCParser/MCAsmLexer.h | 6 + include/llvm/MC/MCParser/MCAsmParser.h | 42 +- include/llvm/Support/SMLoc.h | 2 + lib/MC/MCParser/AsmParser.cpp | 253 ++++----- lib/MC/MCParser/MCAsmLexer.cpp | 3 +- lib/MC/MCParser/MCAsmParser.cpp | 18 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +-- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +- lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 - lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 +-- test/MC/AArch64/armv8.1a-rdma.s | 46 +- test/MC/AArch64/inst-directive-diagnostic.s | 2 + test/MC/AArch64/neon-diagnostics.s | 646 +++++++--------------- 16 files changed, 517 insertions(+), 830 deletions(-)