[Mlir-commits] [mlir] [mlir][vector] Add build method for vector.to_elements (PR #145114)
Diego Caballero
llvmlistbot at llvm.org
Thu Jun 26 12:08:55 PDT 2025
dcaballe wrote:
> If you delete it, you can't use it in the implementation of the builder like you're doing here.
Yeah, and parser/printer would fail as well.
I think we should land this. This is going to be used upstream once we start generating these ops from existing patterns but we need a bit of time to fill up all the lowering a canonicalization gaps. In the meantime, we can use this build for downstream integration and experimentation, which I guess it's what James and I are doing right now.
https://github.com/llvm/llvm-project/pull/145114
More information about the Mlir-commits
mailing list