[Mlir-commits] [mlir] [mlir][vector] Add support for lowering n-D vector.to_elements op. (PR #156992)
Yang Bai
llvmlistbot at llvm.org
Thu Sep 4 23:37:23 PDT 2025
yangtetris wrote:
Thanks for the fix! To be honest, I didn't realize that this canonicalization pattern also broke vector.to_elements...
Should we also add `populateVectorToElementsLoweringPatterns` to `GpuToLLVMConversionPass` and `LowerGpuOpsToNVVMOpsPass` just like https://github.com/llvm/llvm-project/pull/154774?
https://github.com/llvm/llvm-project/pull/156992
More information about the Mlir-commits
mailing list