[llvm] [SLP]Initial FMAD support (PR #149102)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 09:12:51 PDT 2025
================
@@ -73,6 +73,7 @@ Changes to Vectorizers
* Added initial support for copyable elements in SLP, which models copyable
elements as add <element>, 0, i.e. uses identity constants for missing lanes.
+* SLP vectorizer supports initial recognition of FMA pattern
----------------
RKSimon wrote:
FMA/FMAD patterns
https://github.com/llvm/llvm-project/pull/149102
More information about the llvm-commits
mailing list