This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a35fbef346 Fix Wdocumentation warning. NFCI. new 408053d6cda [WebAssembly] Add isEHScopeReturn instruction property new 17b7b8e97f4 [RegisterCoalescer] Use substPhysReg in reMaterializeTrivialDef
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/MachineBasicBlock.h | 6 ++ include/llvm/CodeGen/MachineInstr.h | 6 ++ include/llvm/MC/MCInstrDesc.h | 1 + include/llvm/Target/Target.td | 1 + lib/CodeGen/Analysis.cpp | 2 +- lib/CodeGen/RegisterCoalescer.cpp | 5 +- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 4 +- lib/Target/X86/X86InstrCompiler.td | 2 +- test/CodeGen/WebAssembly/exception.ll | 64 ++++++++++++++++++++++ .../X86/coalesce-dbg-value-subreg-rewrite.mir | 51 +++++++++++++++++ utils/TableGen/CodeGenInstruction.cpp | 1 + utils/TableGen/CodeGenInstruction.h | 1 + utils/TableGen/InstrDocsEmitter.cpp | 1 + utils/TableGen/InstrInfoEmitter.cpp | 1 + 14 files changed, 140 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/X86/coalesce-dbg-value-subreg-rewrite.mir