[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Tue Aug 19 05:09:17 PDT 2025
================
@@ -2956,17 +2961,46 @@ ParseResult LoopNestOp::parse(OpAsmParser &parser, OperationState &result) {
for (auto &iv : ivs)
iv.type = loopVarType;
+ auto ctx = parser.getBuilder().getContext();
----------------
Meinersbur wrote:
```suggestion
auto *ctx = parser.getBuilder().getContext();
```
[nit]
https://github.com/llvm/llvm-project/pull/143715
More information about the flang-commits
mailing list