summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-12-08 19:21:39 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-12-08 19:21:39 +0000
commite9c1e07c5f2abd4ce30b942ddb2ac165391b21a2 (patch)
treecc9cf9a56c8f999e27e654443e3c50b3a0d3fe16 /test
parent2f435511e98299f61093b46e479dfdb5a904a066 (diff)
downloadllvm-e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2.tar.gz
llvm-e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2.tar.bz2
llvm-e9c1e07c5f2abd4ce30b942ddb2ac165391b21a2.tar.xz
Add test for r146163.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/prefetch.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/X86/prefetch.ll b/test/CodeGen/X86/prefetch.ll
index ebe11a5e8e..ec2f302b14 100644
--- a/test/CodeGen/X86/prefetch.ll
+++ b/test/CodeGen/X86/prefetch.ll
@@ -1,4 +1,7 @@
; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s
+
+; rdar://10538297
define void @t(i8* %ptr) nounwind {
entry: