Skip to content

Commit 0d276b6

Browse files
[tests] Update lit tests wrt memcpy change
1 parent b8b403b commit 0d276b6

File tree

3 files changed

+138
-129
lines changed

3 files changed

+138
-129
lines changed

flang/lib/Optimizer/CodeGen/CodeGen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,6 +2949,7 @@ struct LoadOpConversion : public fir::FIROpConversion<fir::LoadOp> {
29492949
llvm::LogicalResult
29502950
matchAndRewrite(fir::LoadOp load, OpAdaptor adaptor,
29512951
mlir::ConversionPatternRewriter &rewriter) const override {
2952+
29522953
mlir::Type llvmLoadTy = convertObjectType(load.getType());
29532954
if (auto boxTy = mlir::dyn_cast<fir::BaseBoxType>(load.getType())) {
29542955
// fir.box is a special case because it is considered an ssa value in

0 commit comments

Comments
 (0)