This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 413da1b6010 [X86] Add RTM schedule tests new 278b31c092f [MIR] Add support for missing CFI directives
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/MachineOperand.h | 3 + lib/CodeGen/MIRParser/MILexer.cpp | 8 +++ lib/CodeGen/MIRParser/MILexer.h | 8 +++ lib/CodeGen/MIRParser/MIParser.cpp | 67 ++++++++++++++++++++++ lib/CodeGen/MIRPrinter.cpp | 78 ++++++++++++++++++++++---- lib/CodeGen/MachineOperand.cpp | 6 +- test/CodeGen/MIR/AArch64/cfi.mir | 57 ++++++++----------- test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir | 2 +- 8 files changed, 181 insertions(+), 48 deletions(-)