[PATCH] D140396: [AArch64] Add SVE FP instructions to isAssociativeAndCommutative

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 07:53:27 PST 2022


dmgreen added a reviewer: paulwalker-arm.
dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/machine-combiner.ll:606
+
+define <vscale x 4 x float> @reassociate_adds_nxv4f32(<vscale x 4 x float> %x0, <vscale x 4 x float> %x1, <vscale x 4 x float> %x2, <vscale x 4 x float> %x3) {
+; CHECK-STD-LABEL: reassociate_adds_nxv4f32:
----------------
Can we add a fp16 test too


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140396



More information about the llvm-commits mailing list