[PATCH] D70077: [X86] Add more add/sub carry tests
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 05:56:21 PST 2019
davezarzycki created this revision.
davezarzycki added reviewers: craig.topper, RKSimon, spatel.
davezarzycki added a project: LLVM.
I have a forthcoming patch that folds UADDO/USUBO carry in/out diamonds into ISD::ADDCARRY/ISD::SUBCARRY, but first, we need more "before" tests to show the benefit of this change.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70077
Files:
test/CodeGen/X86/addcarry.ll
test/CodeGen/X86/subcarry.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70077.228680.patch
Type: text/x-patch
Size: 24021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191111/c9a0d4ed/attachment-0001.bin>
More information about the llvm-commits
mailing list