This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: Templatize BuildMI. NFC.
AbandonedPublic

Authored by rovka on Dec 22 2016, 5:05 AM.

Details

Summary

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.

Diff Detail

Event Timeline

rovka updated this revision to Diff 82331.Dec 22 2016, 5:05 AM
rovka retitled this revision from to CodeGen: Templatize BuildMI. NFC..
rovka updated this object.
rovka added reviewers: MatzeB, t.p.northover, dexonsmith.
rovka added subscribers: llvm-commits, rengolin.
rovka abandoned this revision.Jan 11 2017, 4:39 AM

Abandoning this in favor of https://reviews.llvm.org/D28557 & co.