This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e1abaf015b [RISCV] Add mnemonic alias: move, sbreak and scall. new 2235c76a9bf [CodeGen] emit inline asm clobber list warnings for reserved
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/CodeGen/AsmPrinter.h | 5 ++ lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 110 ++++++++++++++++++------- test/CodeGen/AArch64/inline-asm-clobber.ll | 8 ++ test/CodeGen/ARM/inline-asm-clobber.ll | 27 ++++++ test/CodeGen/X86/inline-asm-clobber.ll | 8 ++ 5 files changed, 126 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/AArch64/inline-asm-clobber.ll create mode 100644 test/CodeGen/ARM/inline-asm-clobber.ll create mode 100644 test/CodeGen/X86/inline-asm-clobber.ll