[PATCH] D26765: GlobalISel: Fix unconditional fallback with global isel abort is disabled
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 13:03:23 PST 2016
t.p.northover added a comment.
Should that condition even be there? It seems like a selector may well want to add extra blocks and that's probably one of the benefits of GlobalISel.
https://reviews.llvm.org/D26765
More information about the llvm-commits
mailing list