This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c03aa5c0a9 CodeGen: Add MachineInstr::getMF(). NFC new 1842f4a81b0 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
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/GlobalISel/InstructionSelectorImpl.h | 5 ++--- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 3 +-- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 4 ++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 10 +++++----- lib/CodeGen/IfConversion.cpp | 5 ++--- lib/CodeGen/LiveDebugValues.cpp | 4 ++-- lib/CodeGen/LocalStackSlotAllocation.cpp | 2 +- lib/CodeGen/MIRPrinter.cpp | 13 ++++++------- lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachineInstr.cpp | 10 +++++----- lib/CodeGen/MachineLICM.cpp | 6 +++--- lib/CodeGen/MachineOutliner.cpp | 3 +-- lib/CodeGen/MachinePipeliner.cpp | 2 +- lib/CodeGen/MachineScheduler.cpp | 2 +- lib/CodeGen/RegisterCoalescer.cpp | 2 +- lib/CodeGen/RegisterScavenging.cpp | 4 ++-- lib/CodeGen/TargetInstrInfo.cpp | 12 ++++++------ lib/CodeGen/TargetLoweringBase.cpp | 2 +- lib/CodeGen/TargetSchedule.cpp | 2 +- 20 files changed, 45 insertions(+), 50 deletions(-)