summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicsX86.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-11 18:04:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-11 18:04:57 +0000
commitdf3c33c57e16eb32c88bd1160fd9b6369ab23832 (patch)
treede5cde00cde2fdd3f7fbd0ef2be789ceedf76cad /include/llvm/IntrinsicsX86.td
parent135c6a9d838dfd85835eb7756cba81f7dc297db4 (diff)
downloadllvm-df3c33c57e16eb32c88bd1160fd9b6369ab23832.tar.gz
llvm-df3c33c57e16eb32c88bd1160fd9b6369ab23832.tar.bz2
llvm-df3c33c57e16eb32c88bd1160fd9b6369ab23832.tar.xz
gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support
later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IntrinsicsX86.td')
-rw-r--r--include/llvm/IntrinsicsX86.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/IntrinsicsX86.td b/include/llvm/IntrinsicsX86.td
index 8bb0d95a4c..48f79d25a2 100644
--- a/include/llvm/IntrinsicsX86.td
+++ b/include/llvm/IntrinsicsX86.td
@@ -139,9 +139,6 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
// Cacheability support ops
let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
- def int_x86_sse_prefetch : GCCBuiltin<"__builtin_ia32_prefetch">,
- Intrinsic<[llvm_void_ty, llvm_ptr_ty,
- llvm_int_ty], [IntrWriteMem]>;
def int_x86_sse_movnt_ps : GCCBuiltin<"__builtin_ia32_movntps">,
Intrinsic<[llvm_void_ty, llvm_ptr_ty,
llvm_v4f32_ty], [IntrWriteMem]>;