[Mlir-commits] [mlir] [mlir][vector] Add support for scalable vectors to VectorLinearize (PR #86786)
Cullen Rhodes
llvmlistbot at llvm.org
Wed Mar 27 05:36:29 PDT 2024
================
@@ -489,7 +489,9 @@ struct TestFlattenVectorTransferPatterns
Option<unsigned> targetVectorBitwidth{
*this, "target-vector-bitwidth",
llvm::cl::desc(
- "Minimum vector bitwidth to enable the flattening transformation"),
+ "Minimum vector bitwidth to enable the flattening transformation. "
+ "For scalable vectors this is the base size that's known at compile "
+ "time."),
----------------
c-rhodes wrote:
```suggestion
"For scalable vectors this is the base size (vscale=1) that's known at compile "
"time."),
```
https://github.com/llvm/llvm-project/pull/86786
More information about the Mlir-commits
mailing list