[flang-commits] [flang] [llvm] [mlir] [llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop (PR #139386)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon May 12 06:00:04 PDT 2025
================
@@ -3580,6 +3580,9 @@ class CanonicalLoopInfo {
BasicBlock *Latch = nullptr;
BasicBlock *Exit = nullptr;
+ // Hold the MLIR value for the `lastiter` of the canonical loop.
----------------
tblah wrote:
```suggestion
// Hold the LLVM value for the `lastiter` of the canonical loop.
```
https://github.com/llvm/llvm-project/pull/139386
More information about the flang-commits
mailing list