[mlir][SCF] Add `loop.promote_if_one_iteration` transform op
This transform op promotes loops with one iteration. I.e., the loop op is replaced by just the loop body. Differential Revision: https://reviews.llvm.org/D154361
Loading
Please sign in to comment