[Mlir-commits] [mlir] [mlir][tensor] Fix FoldTensorCastProducerOp for multiple result operations (PR #93374)

Mehdi Amini llvmlistbot at llvm.org
Sun May 26 08:39:45 PDT 2024


joker-eph wrote:

The patterns applies to any op with DestinationStyleOpInterface, so you can create one in the test dialect.
(this patterns shouldn't be part of the tensor dialect by the way, if it applies to other dialects like that!)

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


More information about the Mlir-commits mailing list