[mlir][SCF] Retire `cloneWithNewYields` helper function.
authorNicolas Vasilache <ntv@google.com>
Tue, 10 May 2022 17:31:22 +0000 (17:31 +0000)
committerMahesh Ravishankar <ravishankarm@google.com>
Tue, 10 May 2022 18:44:11 +0000 (18:44 +0000)
commit1f23211cb1eee2c08713512b1ecc30c78a90dc64
tree1701f45ff91ac6eeacd2412d66938946c7f3229e
parent567fd523bf538523f58779e5af9d20c3e48838a2
[mlir][SCF] Retire `cloneWithNewYields` helper function.

This is now subsumed by `replaceLoopWithNewYields`.

Differential Revision: https://reviews.llvm.org/D125309
mlir/include/mlir/Dialect/SCF/Utils/Utils.h
mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
mlir/lib/Dialect/SCF/Utils/Utils.cpp
mlir/test/Transforms/scf-loop-utils.mlir [deleted file]
mlir/test/lib/Dialect/SCF/TestSCFUtils.cpp