We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cb7e4 commit 8ff911aCopy full SHA for 8ff911a
flang/lib/Lower/ConvertExpr.cpp
@@ -5497,8 +5497,7 @@ class ArrayExprLowering {
5497
},
5498
[&](const Fortran::evaluate::Triplet &t) -> mlir::Value {
5499
if (iters.empty()) {
5500
- // FIXME: should use the lbound, not assume 1.
5501
- return builder.createIntegerConstant(loc, idxTy, 1);
+ TODO(loc, "triplet in array; should this be boxed?");
5502
}
5503
auto impliedIter = iters.iterValue(dim++);
5504
// FIXME: initial should be the lbound of this array. Use 1. See
0 commit comments