aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fma_patterns.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-08-27 09:37:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-08-27 09:37:54 +0000
commitfdc35405cdaf7e21b736857396ebe30ebfb4b142 (patch)
tree01edc19fbd91d5f5ad84249bccfa7a2a9c6212c8 /test/CodeGen/X86/fma_patterns.ll
parent1d90bbba147e6746977b63a9c533ebdb8a93d798 (diff)
downloadexternal_llvm-fdc35405cdaf7e21b736857396ebe30ebfb4b142.zip
external_llvm-fdc35405cdaf7e21b736857396ebe30ebfb4b142.tar.gz
external_llvm-fdc35405cdaf7e21b736857396ebe30ebfb4b142.tar.bz2
llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatible on i686 and Windows x64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fma_patterns.ll')
-rw-r--r--test/CodeGen/X86/fma_patterns.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fma_patterns.ll b/test/CodeGen/X86/fma_patterns.ll
index f7f9190..b22d029 100644
--- 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 -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -mattr=-fma4 -fp-contract=fast | FileCheck %s
; CHECK: test_x86_fmadd_ps
; CHECK: vfmadd213ps %xmm2, %xmm0, %xmm1