[PATCH] D26765: GlobalISel: Fix unconditional fallback with global isel abort is disabled

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 13:28:35 PST 2016


ab accepted this revision.
ab added a comment.
This revision is now accepted and ready to land.

I'm fine with removing the restriction, but we need to decide whether to select the new block.  If so, the MF iteration will need to be fixed.  If not, let's make it explicit and verify it.

For now, the patch LGTM.


https://reviews.llvm.org/D26765





More information about the llvm-commits mailing list