summaryrefslogtreecommitdiffstats
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
commit3294538546a395421cd68a6e207263bd73b61471 (patch)
tree0d8cf745dd0849c5fa61e46bc7892bf925d9f8bb
parent9b5673cf5a6aef42609ded58934634704bdf0ea0 (diff)
downloadbcm5719-llvm-3294538546a395421cd68a6e207263bd73b61471.tar.gz
bcm5719-llvm-3294538546a395421cd68a6e207263bd73b61471.zip
Add test for r146163.
llvm-svn: 146167
-rw-r--r--llvm/test/CodeGen/X86/prefetch.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/prefetch.ll b/llvm/test/CodeGen/X86/prefetch.ll
index ebe11a5e8e4..ec2f302b149 100644
--- a/llvm/test/CodeGen/X86/prefetch.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud