This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e40641a775 [X86][AVX-512] Allow EVEX encoded instruction selection whe [...] new e11b0c62e8f [LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'
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: lib/MC/MCParser/AsmParser.cpp | 42 ++++++++++++++-- test/MC/AsmParser/altmacro_string.s | 73 ++++++++++++++++++++++++++++ test/MC/AsmParser/negative_altmacro_string.s | 29 +++++++++++ 3 files changed, 140 insertions(+), 4 deletions(-) create mode 100644 test/MC/AsmParser/altmacro_string.s create mode 100644 test/MC/AsmParser/negative_altmacro_string.s