[PATCH] D152397: GlobalISel: Remove block insertion legalizer check

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 14:36:21 PDT 2023


aemerson added a comment.

If we get a different number of blocks, can we instead check that the blocks have been legalized? If we get unlegalized instruction failures at selection time, it'll be confusing if the root cause is this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152397/new/

https://reviews.llvm.org/D152397



More information about the llvm-commits mailing list