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 1
1
! RUN: %flang_fc1 -fopenmp -emit-llvm %s -o - | FileCheck %s
2
2
3
- ! Compinational testing of control flow graph and builder insertion points
3
+ ! Combinational testing of control flow graph and builder insertion points
4
4
! in mlir-to-llvm conversion:
5
- ! - mixing multiple delayed privatisations and multiple reductions
5
+ ! - mixing multiple delayed privatizations and multiple reductions
6
6
! - multiple blocks in the private alloc region
7
7
! - private alloc region has to read from the mold variable
8
8
! - firstprivate
16
16
! - needs reduction cleanup region, and this has multiple blocks
17
17
18
18
! 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
20
20
! hard to read without some fortran here for reference. Nothing like this would
21
21
! be generated by other upstream users of the MLIR OpenMP dialect.
22
22
You can’t perform that action at this time.
0 commit comments