File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
flang/test/Integration/OpenMP Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11! RUN: %flang_fc1 -fopenmp -emit-llvm %s -o - | FileCheck %s
22
3- ! Compinational testing of control flow graph and builder insertion points
3+ ! Combinational testing of control flow graph and builder insertion points
44! in mlir-to-llvm conversion:
5- ! - mixing multiple delayed privatisations and multiple reductions
5+ ! - mixing multiple delayed privatizations and multiple reductions
66! - multiple blocks in the private alloc region
77! - private alloc region has to read from the mold variable
88! - firstprivate
1616! - needs reduction cleanup region, and this has multiple blocks
1717
1818! This maybe belongs in the mlir tests, but what we are doing here is complex
19- ! enough that I find the kind of minimised mlir code prefered by mlir reviwers
19+ ! enough that I find the kind of minimised mlir code preferred by mlir reviewers
2020! hard to read without some fortran here for reference. Nothing like this would
2121! be generated by other upstream users of the MLIR OpenMP dialect.
2222
You can’t perform that action at this time.
0 commit comments