[Mlir-commits] [mlir] [mlir][Vector][NFC] Add `vector-transform-options` flag to ConvertVectorToLLVMPass (PR #123491)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Feb 24 10:19:08 PST 2025
banach-space wrote:
> Hello! This PR causes failure in PassCrashReproducerGenerator with ConvertVectorToLLVMPass. It happens because new field misses parser/printer.
>
> @dcaballe Could you help with this issue? Maybe there are some WA or example how to write printer for this.
This was raised on Discourse:
* https://discourse.llvm.org/t/mlir-specifying-structs-as-cl-options-for-passoptions/
Subsequent fix:
* https://github.com/llvm/llvm-project/pull/128219
https://github.com/llvm/llvm-project/pull/123491
More information about the Mlir-commits
mailing list