[PATCH] D74352: [SystemZ] Bugfix in emitSelect()
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 12:27:45 PST 2020
jonpa added a comment.
BTW, this was an example where the backend messed up and left behind a pseudo MI (that uses custom insertion) after the FinalizeISel pass. This was a bit suprising to me as in my memory there was an assert for this that checked that all pseudos were gone after the loop over MF. Perhaps that would still be good to have..?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74352/new/
https://reviews.llvm.org/D74352
More information about the llvm-commits
mailing list