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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 15:00:10 PDT 2017


RKSimon added a comment.

Can you remove ISD::SETCCE x86 lowering completely as part of this patch?



================
Comment at: test/CodeGen/X86/wide-integer-cmp.ll:4
 
-
 define i32 @branch_eq(i64 %a, i64 %b) {
----------------
Why?


https://reviews.llvm.org/D33374





More information about the llvm-commits mailing list