[PATCH] D142656: [SVE][codegen] Add pattern for SVE multiply-add accumulate

Sushant Gokhale via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 07:03:03 PST 2023


sushgokh added a comment.

@SjoerdMeijer  Regarding doing the same thing at MachineCombiner stage. Even with current trunk, MLA/MLS **for SVE** is generated at ISel level. The line which you pointed was for scalar MADD.  Also, its relatively easy to implement pattern matching at ISel rather than machine combiner I think


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142656



More information about the llvm-commits mailing list