[PATCH] D84199: GlobalISel: Add utilty for getting function argument live ins
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 24 17:32:34 PDT 2020
aemerson added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/Utils.cpp:502
+ LLT Ty) {
+ DebugLoc DL; // FIXME: Is no location the right choice?
+ MachineBasicBlock &EntryMBB = MF.front();
----------------
paquette wrote:
> @aprantl, what do you think about this?
I think this is probably fine since it's just a copy from an argument.,
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84199/new/
https://reviews.llvm.org/D84199
More information about the llvm-commits
mailing list