[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:45:04 PDT 2017


qcolombet added a comment.

> Good point. I think this is not needed. I'll update the other patch to use the std::next version. We can add this back at a later time if it's of value.

You can probably directly use setInsertPt with getFirstTerminator I think (i.e., no need to use std::next ;))


Repository:
  rL LLVM

https://reviews.llvm.org/D37016





More information about the llvm-commits mailing list