[Mlir-commits] [mlir] [mlir][vector] Patterns to convert to shape_cast, where possible (PR #138777)
James Newling
llvmlistbot at llvm.org
Fri May 9 10:21:06 PDT 2025
newling wrote:
I found this: https://github.com/llvm/llvm-project/commit/06dbb2856967a5497c6ddfad3d3fdfea20849f7e 😮
So it seems like patterns exactly like these were part of the canonicalizers (before Nov '21) but they were removed because there was a plan to restrict shape_cast to be for collapsing/expanding to rank-1
https://github.com/llvm/llvm-project/pull/138777
More information about the Mlir-commits
mailing list