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 3921b16 commit 903d6dcCopy full SHA for 903d6dc
flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp
@@ -116,8 +116,8 @@ mlir::LLVM::DITypeAttr DebugTypeGenerator::convertBoxedSequenceType(
116
unsigned offset = dimsOffset;
117
const unsigned indexSize = dimsSize / 3;
118
for ([[maybe_unused]] auto _ : seqTy.getShape()) {
119
- // For each dimension, find the offset of count and lower bound in the
120
- // descriptor and generate the dwarf expression to extract it.
+ // For each dimension, find the offset of count, lower bound and stride in
+ // the descriptor and generate the dwarf expression to extract it.
121
// FIXME: If `indexSize` happens to be bigger than address size on the
122
// system then we may have to change 'DW_OP_deref' here.
123
addOp(llvm::dwarf::DW_OP_push_object_address, {});
0 commit comments