[llvm] [SLP] SLP's copyable elements based upon Main/Alt operations. (PR #124242)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 13:57:10 PDT 2025
================
@@ -1125,6 +1244,24 @@ static bool doesInTreeUserNeedToExtract(Value *Scalar, Instruction *UserInst,
}
}
+// Determine that the vector could be vectorized with copyable elements.
----------------
alexey-bataev wrote:
```suggestion
/// Determine that the vector could be vectorized with copyable elements.
```
https://github.com/llvm/llvm-project/pull/124242
More information about the llvm-commits
mailing list