Skip to content

Commit 9dd0b64

Browse files
committed
Pass the packed bit when converting
1 parent 7a05b5c commit 9dd0b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ class BoxprocTypeRewriter : public mlir::TypeConverter {
167167
cs.emplace_back(t.first, t.second);
168168
}
169169
rec.finalize(ps, cs);
170+
rec.pack(ty.isPacked());
170171
return rec;
171172
});
172173
addConversion([&](TypeDescType ty) {

0 commit comments

Comments
 (0)