[Mlir-commits] [mlir] [mlir][vector] Better handle rank-preserving shape_cast (PR #135855)

Diego Caballero llvmlistbot at llvm.org
Wed Apr 16 04:06:23 PDT 2025


dcaballe wrote:

Hey, thanks for looking into this! What is the issue you are trying to address? The shape cast op in your example seems valid to me. Shape cast is a generic reshape op that allows rank increasing/decreasing/preserving transformations.

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


More information about the Mlir-commits mailing list