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:
57fb185
)
fixed to test features, not CPUs
author
Sanjay Patel
<spatel@rotateright.com>
Wed, 11 Feb 2015 15:00:19 +0000
(15:00 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Wed, 11 Feb 2015 15:00:19 +0000
(15:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228835
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_fneg.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_fneg.ll
b/test/CodeGen/X86/vec_fneg.ll
index 9743f7148c699389be117e468bcf204f0f74c660..a85ae984d8e60322fdbd2d8abcb40ff81e9c0761 100644
(file)
--- a/
test/CodeGen/X86/vec_fneg.ll
+++ b/
test/CodeGen/X86/vec_fneg.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -m
cpu=corei7
| FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -m
attr=sse
| FileCheck %s
; FNEG is defined as subtraction from -0.0.