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 68ec0b3 commit 5afab28Copy full SHA for 5afab28
flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp
@@ -282,7 +282,7 @@ class BoxedProcedurePass
282
else if (triple.isPPC64())
283
thunkSize = 48;
284
else if (triple.isAArch64())
285
- thunkSize = 36;
+ thunkSize = 36;
286
mlir::Type buffTy = SequenceType::get({thunkSize}, i8Ty);
287
auto buffer = builder.create<AllocaOp>(loc, buffTy);
288
mlir::Value closure =
0 commit comments