[PATCH] D37016: [GISel]: Allow the MachineIRBuilder to insert instructions after
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 16:09:33 PDT 2017
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
I believe we use to do that by using std::next([Instr | Iterator]WeWantToInsertAfter), but I can see how that could make things easier, so LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D37016
More information about the llvm-commits
mailing list