[PATCH] D51771: [X86] Modify addcarry/subborrow builtins to emit an 2 result and intrinsic and an store instruction.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 23:24:53 PDT 2018
craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
Herald added subscribers: cfe-commits, kristina.
This is the clang side of https://reviews.llvm.org/D51769. The llvm intrinsics now return two results instead of using an out parameter.
Repository:
rC Clang
https://reviews.llvm.org/D51771
Files:
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/adc-builtins.c
test/CodeGen/adx-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51771.164357.patch
Type: text/x-patch
Size: 5258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/a0187320/attachment.bin>
More information about the llvm-commits
mailing list