[llvm] [SLP]Initial FMAD support (PR #149102)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 04:49:20 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
----------------
alexey-bataev wrote:
Done
https://github.com/llvm/llvm-project/pull/149102
More information about the llvm-commits
mailing list