GlobalISel: Move some trivial MIRBuilder methods into the header
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 8 Jun 2020 01:24:34 +0000 (21:24 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 9 Jun 2020 19:04:48 +0000 (15:04 -0400)
commitbabbf4441b6022a2d76f831316b7c3588ade9e15
treedcc6475bfbb9cf245ad6c19402dfd996442ba28a
parentbb6cb6bfe413e1f3e368f1bf0550a7517d7c8d66
GlobalISel: Move some trivial MIRBuilder methods into the header

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.
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp