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 3f87561 commit 48874efCopy full SHA for 48874ef
flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
@@ -652,7 +652,6 @@ struct CUFDataTransferOpConversion
652
// Initialization of an array from a scalar value should be implemented
653
// via a kernel launch. Use the flang runtime via the Assign function
654
// until we have more infrastructure.
655
-
656
mlir::Value src = emboxSrc(rewriter, op, symtab);
657
mlir::Value dst = emboxDst(rewriter, op, symtab);
658
mlir::func::FuncOp func =
0 commit comments