[PATCH] D89200: [X86] Add custom type legalization for i64 saddo/ssubo on 32-bit targets. Same for i128 on 64-bit targets.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 11 06:10:14 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/known-bits.ll:149
+; X32-NEXT: xorl %esi, %esi
+; X32-NEXT: addl $0, %esi
+; X32-NEXT: adcl %eax, %ecx
----------------
Any idea what happened here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89200/new/
https://reviews.llvm.org/D89200
More information about the llvm-commits
mailing list