[Mlir-commits] [mlir] Revert "[mlir][vector] Make `TransposeOpLowering` configurable (#73915)" (PR #75062)

Lei Zhang llvmlistbot at llvm.org
Mon Dec 11 12:57:37 PST 2023


antiagainst wrote:

I was trying to do this and you beat me. :) Thanks! 

> Cool! Nicolas was right after all... :)

Yup that works, thanks for the suggestion! We explicitly control when to perform transpose lowering and thus we can slot the lowering for type_cast in there too. If this is happening as a global canonicalization we would not be able to do that. 

Anyway, glad this is resolved to unblock everybody. We will keep discussing some of the underlying issues surfaced from this and hopefully get to a much better long term solution. :)

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


More information about the Mlir-commits mailing list