[PATCH] D13710: New X86 FMA3*_Int opcodes for scalar FMA intrinsics.
Vyacheslav Klochkov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 19:14:54 PDT 2015
v_klochkov marked an inline comment as done.
v_klochkov added a comment.
Thank you for the comments. Please review the new/updated test.
Thank you,
Slava
================
Comment at: llvm/test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll:4
@@ +3,3 @@
+; CHECK-LABEL: fmaddsubpd_loop_128:
+; CHECK: vfmaddsub231pd %xmm1, %xmm0, %xmm2
+; CHECK: vmovaps %xmm2, %xmm0
----------------
I updated the test. The checks look reasonably tight now.
http://reviews.llvm.org/D13710
More information about the llvm-commits
mailing list