[PATCH] D117042: GlobalISel: Fix insert point in localizer
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 11:07:39 PST 2022
paquette added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/Localizer.cpp:176
+ assert(II != MBB.end() && "Didn't find the user in the MBB");
LLVM_DEBUG(dbgs() << "Intra-block: moving " << *MI << " before " << *&*II
----------------
why did this move?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117042/new/
https://reviews.llvm.org/D117042
More information about the llvm-commits
mailing list