[Mlir-commits] [mlir] [mlir][linalg][elementwise] Fold transpose into new elementwise (PR #130207)
Javed Absar
llvmlistbot at llvm.org
Mon Mar 10 05:05:07 PDT 2025
================
@@ -4285,6 +4286,47 @@ Speculation::Speculatability ElementwiseOp::getSpeculatability() {
return getGenericSpeculatabilityImpl(cast<LinalgOp>(getOperation()));
}
+namespace {
+struct FoldTranspose : public OpRewritePattern<ElementwiseOp> {
----------------
javedabsar1 wrote:
Ping! @rengolin / @MaheshRavishankar
https://github.com/llvm/llvm-project/pull/130207
More information about the Mlir-commits
mailing list