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 d22ed5a commit 78f47e0Copy full SHA for 78f47e0
flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -3641,8 +3641,8 @@ processReductionCombiner(lower::AbstractConverter &converter,
3641
return genCombinerCB;
3642
}
3643
3644
-// Checks that the reduction type is either a trivial type or a derived type
3645
-// of trivial types.
+// Checks that the reduction type is either a trivial type or a derived type of
+// trivial types.
3646
static bool isSimpleReductionType(mlir::Type reductionType) {
3647
if (fir::isa_trivial(reductionType))
3648
return true;
0 commit comments