[Mlir-commits] [mlir] [mlir][linalg] Support `ParamType` in `vector_sizes` option of `VectorizeOp` transform (PR #87557)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Apr 5 09:41:53 PDT 2024


ftynse wrote:

> I can't think of anything that would fail other than invalid IR to begin with. do you have a test case in mind?

We can have IR that fails to parse in tests. I'm just looking to exercise the code path were `parseDynamicIndexList` returns failure to see if there is a diagnostic emitted.

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


More information about the Mlir-commits mailing list