]> granicus.if.org Git - clang/commit
Fixing PR26558: remove the adx target attribute requirement from adc builtins.
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Tue, 29 Mar 2016 22:59:20 +0000 (22:59 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Tue, 29 Mar 2016 22:59:20 +0000 (22:59 +0000)
commit4e4e8ae6c49e658b32ada2fbf46a5097ed959959
tree2a838e7a0739ad170a4322a7edb583820e073e37
parent0f4f5747f43577078469e3b9907fa197be75de2f
Fixing PR26558: remove the adx target attribute requirement from adc builtins.

The addcarry and subborrow variants of the builtins do not require the adx
target attribute; only the addcarryx variants require them.

Differential Revision: http://reviews.llvm.org/D18533

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264801 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
test/CodeGen/adc-builtins.c