[Mlir-commits] [mlir] [mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable util functions (NFC) (PR #94429)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 13 20:27:07 PDT 2024
MaheshRavishankar wrote:
Actually I just realized that `LoopParams` here is same as `Range` [here](https://github.com/llvm/llvm-project/blob/43bd7ae65af40ff3378d5a0395a058ba834ad8dd/mlir/include/mlir/Dialect/Utils/StaticValueUtils.h#L33) . I should have pointed it out earlier. Fine to do as a follow up, but would appreciate just using `Range` instead of `LoopParams`. If not, I can do as follow up.
https://github.com/llvm/llvm-project/pull/94429
More information about the Mlir-commits
mailing list