[llvm] [SLP][REVEC] Initial commits. (PR #98269)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 11:09:46 PDT 2024


================
@@ -227,13 +231,24 @@ static const unsigned MaxPHINumOperands = 128;
 /// avoids spending time checking the cost model and realizing that they will
 /// be inevitably scalarized.
 static bool isValidElementType(Type *Ty) {
+  // TODO: Support ScalableVectorType.
----------------
alexey-bataev wrote:

Add the assertion for scalable types for now

https://github.com/llvm/llvm-project/pull/98269


More information about the llvm-commits mailing list