[Mlir-commits] [mlir] [mlir][vector] Add build method for vector.to_elements (PR #145114)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Jun 25 08:05:44 PDT 2025
banach-space wrote:
Thanks @newling !
> Testing: not obvious how to unit test this, I can wait until this PR can be stacked with something that can use it, if that's preferred
We should find some use for this code first. How about removing the current builder `build(builder, result, result_types, elements);` and using the new builder instead? This way we will know that the new builder is used + tested.
https://github.com/llvm/llvm-project/pull/145114
More information about the Mlir-commits
mailing list