GlobalISel: Add a setInstrAndDebugLoc(MachineInstr&) convenience helper to MachineIRB...
authorAmara Emerson <aemerson@apple.com>
Wed, 8 Apr 2020 21:15:25 +0000 (14:15 -0700)
committerAmara Emerson <aemerson@apple.com>
Wed, 8 Apr 2020 21:38:33 +0000 (14:38 -0700)
commitbefc788cfaa996b8399765d8157283d2336750fb
tree4f605bd497f189927673ae3286b9c7857b0ea379
parent67bdda63502c0db94daf99d1d6fc8522d6361013
GlobalISel: Add a setInstrAndDebugLoc(MachineInstr&) convenience helper to MachineIRBuilder. NFC.

This saves doing two separate calls to set the Instr and DebugLoc from an existing MI.
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp