[PATCH] D28056: CodeGen: Templatize BuildMI. NFC.

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 05:05:30 PST 2016


rovka created this revision.
rovka added reviewers: MatzeB, t.p.northover, dexonsmith.
rovka added subscribers: llvm-commits, rengolin.

This should allow us to use them with any custom MachineInstr builder. The
default is still MachineInstrBuilder, so none of the uses need to change.


https://reviews.llvm.org/D28056

Files:
  include/llvm/CodeGen/MachineInstrBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28056.82331.patch
Type: text/x-patch
Size: 11825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161222/973b64fd/attachment.bin>


More information about the llvm-commits mailing list