projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f43551
)
Add test for r146163.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 8 Dec 2011 19:21:39 +0000
(19:21 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/prefetch.ll
b/test/CodeGen/X86/prefetch.ll
index ebe11a5e8e4a4d3477e3533ec21c5b2a0bfd1040..ec2f302b14993da27c3e9ff32d7bfd11d89d64a3 100644
(file)
--- 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: