[Mlir-commits] [mlir] [mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable util functions (NFC) (PR #94429)
Aviad Cohen
llvmlistbot at llvm.org
Thu Jun 13 20:51:18 PDT 2024
AviadCo 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.
I will do the follow up PR it is o.k.
https://github.com/llvm/llvm-project/pull/94429
More information about the Mlir-commits
mailing list