[Mlir-commits] [mlir] [mlir][SCF] Deprecate `linalg::tileToForallOp` and `linalg::tileToForallOpUsingTileSizes` (PR #91878)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Jun 1 21:43:41 PDT 2024


MaheshRavishankar wrote:

FYI : https://github.com/iree-org/iree/pull/17435 is the PR that tests this changes with IREE. This includes test that use transform dialects scripts involving `transform.structured.tile_using_forall`. I think this shows that this change is essentially an NFC change. I dont like calling API changes NFC (cause they are not), but all functionality of the old path is preserved.

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


More information about the Mlir-commits mailing list