Skip to content

Commit d008d5c

Browse files
committed
Regen lits
1 parent a1ff70e commit d008d5c

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

flang/test/Semantics/OpenMP/allocate02.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! REQUIRES: openmp_runtime
22

3-
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
3+
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags -fopenmp-version=50
44
! OpenMP Version 5.0
55
! 2.11.3 allocate Directive
66
! At most one allocator clause can appear on the allocate directive.

flang/test/Semantics/OpenMP/allocate03.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! REQUIRES: openmp_runtime
22

3-
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
3+
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags -fopenmp-version=50
44
! OpenMP Version 5.0
55
! 2.11.3 allocate Directive
66
! A variable that is part of another variable (as an array or

flang/test/Semantics/OpenMP/allocate05.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! REQUIRES: openmp_runtime
22

3-
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
3+
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags -fopenmp-version=50
44
! OpenMP Version 5.0
55
! 2.11.3 allocate Directive
66
! allocate directives that appear in a target region must specify an allocator

flang/test/Semantics/OpenMP/allocate06.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! REQUIRES: openmp_runtime
22

3-
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
3+
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags -fopenmp-version=50
44
! OpenMP Version 5.0
55
! 2.11.3 allocate Directive
66
! List items specified in the allocate directive must not have the ALLOCATABLE attribute unless the directive is associated with an

flang/test/Semantics/OpenMP/allocate09.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! REQUIRES: openmp_runtime
22

3-
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
3+
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags -fopenmp-version=50
44
! OpenMP Version 5.0
55
! 2.11.3 allocate Directive
66
! List items specified in an allocate directive that is associated

flang/test/Semantics/OpenMP/nested-barrier.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
1+
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp -fopenmp-version=50
22
! OpenMP Version 4.5
33
! Various checks with the nesting of BARRIER construct
44

flang/test/Semantics/OpenMP/nested-master.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
1+
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp -fopenmp-version=50
22
! OpenMP Version 4.5
33
! Various checks with the nesting of MASTER construct
44

flang/test/Semantics/OpenMP/nested-teams.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
1+
! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
22

33
! OpenMP Version 5.0
44
! Check OpenMP construct validity for the following directives:

flang/test/Semantics/OpenMP/ordered-simd.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
1+
! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
22
! OpenMP Version 4.5
33
! Various checks with the ordered construct
44

flang/test/Semantics/OpenMP/parallel-master-goto.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
1+
! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
22
! Regression test for #143229
33

44
!$omp parallel

llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6534,9 +6534,9 @@ define void @insert_very_small_from_very_large(<32 x i16> %L3, ptr %ptr) {
65346534
; GFX11-LABEL: insert_very_small_from_very_large:
65356535
; GFX11: ; %bb.0: ; %bb
65366536
; GFX11-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
6537-
; GFX11-NEXT: v_lshrrev_b16 v0.l, 1, v0.l
6538-
; GFX11-NEXT: v_and_b16 v0.l, v0.l, 1
6539-
; GFX11-NEXT: v_lshlrev_b16 v0.l, 1, v0.l
6537+
; GFX11-NEXT: v_lshrrev_b32_e32 v0, 1, v0
6538+
; GFX11-NEXT: v_and_b32_e32 v0, 1, v0
6539+
; GFX11-NEXT: v_lshlrev_b16 v0, 1, v0
65406540
; GFX11-NEXT: v_and_b32_e32 v0, 3, v0
65416541
; GFX11-NEXT: flat_store_b8 v[16:17], v0
65426542
; GFX11-NEXT: s_waitcnt lgkmcnt(0)

0 commit comments

Comments
 (0)