[Mlir-commits] [mlir] [MLIR][SCF] Add canonicalization pattern to fold away iter args of scf.forall (PR #90189)
Matthias Springer
llvmlistbot at llvm.org
Fri May 3 03:16:21 PDT 2024
================
@@ -17,6 +17,7 @@ add_mlir_dialect_library(MLIRSCFDialect
MLIRIR
MLIRLoopLikeInterface
MLIRSideEffectInterfaces
+ MLIRSubsetOpInterface
----------------
matthias-springer wrote:
I think we won’t need this interface at all.
https://github.com/llvm/llvm-project/pull/90189
More information about the Mlir-commits
mailing list