[PATCH] D81381: GlobalISel: Move some trivial MIRBuilder methods into the header
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 04:52:23 PDT 2020
arsenm created this revision.
arsenm added reviewers: dsanders, paquette, aemerson, aditya_nandakumar.
Herald added subscribers: hiraditya, rovka, wdng.
Herald added a project: LLVM.
The construction APIs for MachineIRBuilder don't make much sense, and
it's been annoying to sort through it with these trivial functions
separate from the declaration.
https://reviews.llvm.org/D81381
Files:
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81381.269180.patch
Type: text/x-patch
Size: 4693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/c908e747/attachment.bin>
More information about the llvm-commits
mailing list