Skip to content

Commit 8ff911a

Browse files
committed
Make a TODO.
1 parent c8cb7e4 commit 8ff911a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/lib/Lower/ConvertExpr.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,8 +5497,7 @@ class ArrayExprLowering {
54975497
},
54985498
[&](const Fortran::evaluate::Triplet &t) -> mlir::Value {
54995499
if (iters.empty()) {
5500-
// FIXME: should use the lbound, not assume 1.
5501-
return builder.createIntegerConstant(loc, idxTy, 1);
5500+
TODO(loc, "triplet in array; should this be boxed?");
55025501
}
55035502
auto impliedIter = iters.iterValue(dim++);
55045503
// FIXME: initial should be the lbound of this array. Use 1. See

0 commit comments

Comments
 (0)