[PATCH] D130564: [AArch64][SVE] Add patterns to select masked FP arith

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 03:37:27 PDT 2022


c-rhodes marked an inline comment as done.
c-rhodes added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-masked-fp-arith.ll:135
 ; CHECK:       // %bb.0:
-; CHECK-NEXT:    fmul z1.d, z1.d, z2.d
-; CHECK-NEXT:    fadd z0.d, p0/m, z0.d, z1.d
+; CHECK-NEXT:    fmla z0.d, p0/m, z1.d, z2.d
 ; CHECK-NEXT:    ret
----------------
efriedma wrote:
> This transform isn't legal without the "contract" fast-math flag.
> This transform isn't legal without the "contract" fast-math flag.

Thanks for pointing that out Eli, fixed now.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130564/new/

https://reviews.llvm.org/D130564



More information about the llvm-commits mailing list