This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7604242 Add test case for pr31890. NFC new 965fad0 [X86][SSE] Tidyup LowerBuildVectorv16i8 and LowerBuildVectorv [...] new 5896003 [Assembler] Enable nicer diagnostics for inline assembly.
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: include/llvm/CodeGen/AsmPrinter.h | 14 ++++++ include/llvm/MC/MCContext.h | 5 +++ include/llvm/MC/MCParser/MCAsmParser.h | 2 +- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 60 +++++++++++++------------- lib/MC/MCContext.cpp | 14 +++--- lib/MC/MCParser/AsmParser.cpp | 15 ++++--- lib/Target/X86/X86ISelLowering.cpp | 38 ++++++++-------- test/Assembler/inline-asm-diags.ll | 9 ++++ 8 files changed, 94 insertions(+), 63 deletions(-) create mode 100644 test/Assembler/inline-asm-diags.ll