aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/IntrinsicsX86.td
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2013-08-17 16:38:37 +0000
committerJuergen Ributzka <juergen@apple.com>2013-08-17 16:38:37 +0000
commit68af19cbb1faec31dad274601d8937c2da9794c2 (patch)
tree97c7348d6455ab9ff9788d76662e44d26a1aab3b /include/llvm/IR/IntrinsicsX86.td
parenta915b410dfbb47a77e3936c987105b8ff459d448 (diff)
downloadexternal_llvm-68af19cbb1faec31dad274601d8937c2da9794c2.zip
external_llvm-68af19cbb1faec31dad274601d8937c2da9794c2.tar.gz
external_llvm-68af19cbb1faec31dad274601d8937c2da9794c2.tar.bz2
The vbroadcastsi256 intrinsic does not exactly resemble the GCC
builtin. The GCC builtin expects the arguments to be passed by val, whereas the LLVM intrinsic expects a pointer instead. This is related to PR 16581 and rdar:14747994. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR/IntrinsicsX86.td')
-rw-r--r--include/llvm/IR/IntrinsicsX86.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/IR/IntrinsicsX86.td b/include/llvm/IR/IntrinsicsX86.td
index c7675c2..f1728b7 100644
--- a/include/llvm/IR/IntrinsicsX86.td
+++ b/include/llvm/IR/IntrinsicsX86.td
@@ -1635,7 +1635,6 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
GCCBuiltin<"__builtin_ia32_vbroadcastss_ps256">,
Intrinsic<[llvm_v8f32_ty], [llvm_v4f32_ty], [IntrNoMem]>;
def int_x86_avx2_vbroadcasti128 :
- GCCBuiltin<"__builtin_ia32_vbroadcastsi256">,
Intrinsic<[llvm_v4i64_ty], [llvm_ptr_ty], [IntrReadArgMem]>;
def int_x86_avx2_pbroadcastb_128 :
GCCBuiltin<"__builtin_ia32_pbroadcastb128">,