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

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 15:26:57 PST 2016


qcolombet added a comment.

> 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.

It could be a work list and the target decide to push the new block into it or not.

I would rather remove this limitation but given we don't have a use case/test case, for now let us keep it.


https://reviews.llvm.org/D26765





More information about the llvm-commits mailing list