[PATCH] D33374: Do not legalize large setcc with setcce, introduce setcccarry and do it with usubo/setcccarry.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 01:04:28 PDT 2017


deadalnix added a comment.

I'd rather remove it as part of https://reviews.llvm.org/D33390 than this one. Just in case something goes wrong, it'll be easier to revert.



================
Comment at: test/CodeGen/X86/wide-integer-cmp.ll:4
 
-
 define i32 @branch_eq(i64 %a, i64 %b) {
----------------
RKSimon wrote:
> Why?
Just leftovers. I'll remove.


https://reviews.llvm.org/D33374





More information about the llvm-commits mailing list