[PATCH] D16589: [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 10:26:23 PST 2016


igorb added inline comments.

================
Comment at: lib/Target/X86/X86ISelLowering.cpp:16846
@@ +16845,3 @@
+        return getScalarMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
+        dl, Op.getValueType(),
+        Src1, Src2, Src3, Op.getOperand(5)),
----------------
please fix indentation


http://reviews.llvm.org/D16589





More information about the llvm-commits mailing list