Add test for r146163.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 8 Dec 2011 19:21:39 +0000 (19:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 8 Dec 2011 19:21:39 +0000 (19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146167 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/prefetch.ll

index ebe11a5e8e4a4d3477e3533ec21c5b2a0bfd1040..ec2f302b14993da27c3e9ff32d7bfd11d89d64a3 100644 (file)
@@ -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: