diff options
author | Vyacheslav Klochkov <vyacheslav.n.klochkov@gmail.com> | 2015-12-09 00:12:13 +0000 |
---|---|---|
committer | Vyacheslav Klochkov <vyacheslav.n.klochkov@gmail.com> | 2015-12-09 00:12:13 +0000 |
commit | a3cd08b05cf1845b8d3f5de1a4ed4061c16b3c10 (patch) | |
tree | f28cc60ec626fca1fb26a2f7c5bfb5227f34b841 /llvm/test/CodeGen/X86/fma_patterns.ll | |
parent | 88a8f725cb00f8e18db2e7ebb191ddf71f8a14ba (diff) | |
download | bcm5719-llvm-a3cd08b05cf1845b8d3f5de1a4ed4061c16b3c10.tar.gz bcm5719-llvm-a3cd08b05cf1845b8d3f5de1a4ed4061c16b3c10.zip |
X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes.
Reviewer: Simon Pilgrim.
Differential Revision: http://reviews.llvm.org/D15317
llvm-svn: 255080
Diffstat (limited to 'llvm/test/CodeGen/X86/fma_patterns.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fma_patterns.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fma_patterns.ll b/llvm/test/CodeGen/X86/fma_patterns.ll index c6a4954e51a..76a4acf00f9 100644 --- a/llvm/test/CodeGen/X86/fma_patterns.ll +++ b/llvm/test/CodeGen/X86/fma_patterns.ll @@ -1114,7 +1114,7 @@ define <4 x float> @test_v4f32_fma_fmul_x_c1_c2_y(<4 x float> %x, <4 x float> %y define double @test_f64_fneg_fmul(double %x, double %y) #0 { ; FMA-LABEL: test_f64_fneg_fmul: ; FMA: # BB#0: -; FMA-NEXT: vxorps %xmm2, %xmm2, %xmm2 +; FMA-NEXT: vxorpd %xmm2, %xmm2, %xmm2 ; FMA-NEXT: vfnmsub213sd %xmm2, %xmm1, %xmm0 ; FMA-NEXT: retq ; |