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:
7d03cc8
)
Attempt to fix llvm-ppc64-linux2 buildbot failure by adding
author
Preston Gurd
<preston.gurd@intel.com>
Wed, 18 Sep 2013 21:39:33 +0000
(21:39 +0000)
committer
Preston Gurd
<preston.gurd@intel.com>
Wed, 18 Sep 2013 21:39:33 +0000
(21:39 +0000)
-march=x86 to SLM test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190958
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 08a913638b6417a8d3d6897228d4c8ff0d921d6a..6157c39c815df1ac56271690c3a46657bc41ff21 100644
(file)
--- a/
test/CodeGen/X86/prefetch.ll
+++ b/
test/CodeGen/X86/prefetch.ll
@@
-1,7
+1,7
@@
; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s
; RUN: llc < %s -march=x86 -mattr=+sse -mattr=+prfchw | FileCheck %s -check-prefix=PRFCHW
-; RUN: llc < %s -mcpu=slm | FileCheck %s -check-prefix=SLM
+; RUN: llc < %s -m
arch=x86 -m
cpu=slm | FileCheck %s -check-prefix=SLM
; rdar://10538297