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:
1d90bbb
)
llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatible on...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 27 Aug 2012 09:37:54 +0000
(09:37 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 27 Aug 2012 09:37:54 +0000
(09:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162664
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fma_patterns.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fma_patterns.ll
b/test/CodeGen/X86/fma_patterns.ll
index f7f919089b35a8ec09750b010c2ee3febe88e0f3..b22d029a093a7895b883c76818fd2680ad409504 100644
(file)
--- a/
test/CodeGen/X86/fma_patterns.ll
+++ b/
test/CodeGen/X86/fma_patterns.ll
@@
-1,5
+1,5
@@
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=avx2,+fma -fp-contract=fast | FileCheck %s
-; RUN: llc < %s -mcpu=bdver2 -mattr=-fma4 -fp-contract=fast | FileCheck %s
+; RUN: llc < %s -m
triple=x86_64-unknown-unknown -m
cpu=bdver2 -mattr=-fma4 -fp-contract=fast | FileCheck %s
; CHECK: test_x86_fmadd_ps
; CHECK: vfmadd213ps %xmm2, %xmm0, %xmm1