[mlir][SCF] Add single iteration scf.for promotion to the FuncOp level helper.
authorNicolas Vasilache <ntv@google.com>
Fri, 5 Jun 2020 15:23:43 +0000 (11:23 -0400)
committerNicolas Vasilache <ntv@google.com>
Fri, 5 Jun 2020 15:28:21 +0000 (11:28 -0400)
commit38c407bf00b5a9867f512e4beb3955b0cb387d94
treed5ce249daa9e4572bff4714c283797bb020beda0
parent99d6e05e7144a2638c4e85ea75099e9dc6432cde
[mlir][SCF] Add single iteration scf.for promotion to the FuncOp level helper.

Previously only the Affine version would be folded.

Differential Revision: https://reviews.llvm.org/D81261
mlir/lib/Transforms/Utils/LoopUtils.cpp