[PATCH] D18751: [MachineCombiner] Support for floating-point FMA on ARM64
Junmo Park via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 5 18:34:42 PDT 2016
flyingforyou added inline comments.
================
Comment at: test/CodeGen/AArch64/arm64-fma-combines.ll:121
@@ +120,3 @@
+ %e6 = insertelement <4 x float> %e5, float %add, i32 1
+ %add3 = fadd fast <4 x float> %mul2, <float 3.000000e+00, float -3.000000e+00, float 5.000000e+00, float 7.000000e+00>
+ %mulx = fmul fast <4 x float> %add2, %e2
----------------
Please, remove trailing whitespace.
http://reviews.llvm.org/D18751
More information about the llvm-commits
mailing list