[PATCH] D152397: GlobalISel: Remove block insertion legalizer check
Justin Bogner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 20:49:37 PDT 2023
bogner accepted this revision.
bogner added a comment.
This revision is now accepted and ready to land.
I think this is reasonable. If/when we hit a case where missing a more specific check here would be helpful to understand what went wrong we can add such a thing, but given that it's all hypothetical at this point and the current check is incorrect in some cases it makes sense to drop it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152397/new/
https://reviews.llvm.org/D152397
More information about the llvm-commits
mailing list