[PATCH] D31503: [GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
Aditya Nandakumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 18:24:33 PDT 2017
aditya_nandakumar added a comment.
Tim also suggested that we move the implementation of LegalizerHelper::LegalizeInstr (with the worklist) into Legalizer.cpp. This would work fine too (except we would need to make LegalizeHelper::MachineIRBuilder public member so we can start and stop recording insertions).
Repository:
rL LLVM
https://reviews.llvm.org/D31503
More information about the llvm-commits
mailing list