[PATCH] D157094: [CodeGen] Pre-commit tests showing incorrect pattern FMLA_* pseudo instructions

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 04:36:18 PDT 2023


paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.

Before landing the patch please add equivalent testing for the bogus FMLS cases as well.



================
Comment at: llvm/test/CodeGen/AArch64/sve-fp-combine.ll:1271
+
+define <vscale x 8 x half> @fadd_sel_fma_h_different_arg_order(<vscale x 8 x i1> %pred, <vscale x 8 x half> %m1, <vscale x 8 x half> %m2, <vscale x 8 x half> %acc) {
+; CHECK-LABEL: fadd_sel_fma_h_different_arg_order:
----------------
The function names could do with a tweak to match the new IR.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157094



More information about the llvm-commits mailing list