[Mlir-commits] [mlir] [MLIR][SCF] Expose scf util functions in header file (PR #138784)

Matteo Franciolini llvmlistbot at llvm.org
Tue May 6 17:05:35 PDT 2025


================
@@ -148,6 +148,23 @@ void denormalizeInductionVariable(RewriterBase &rewriter, Location loc,
                                   Value normalizedIv, OpFoldResult origLb,
                                   OpFoldResult origStep);
 
+/// For each original loop, the value of the
----------------
mfrancio wrote:

Can you reformat this comment? indentation seems off.

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


More information about the Mlir-commits mailing list