[all-commits] [llvm/llvm-project] 830373: [OpenMP] Clean-up Fortran tests
Michael Kruse via All-commits
all-commits at lists.llvm.org
Mon Oct 6 03:17:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 830373372c6e6776149948dd8d3044f06ce9780f
https://github.com/llvm/llvm-project/commit/830373372c6e6776149948dd8d3044f06ce9780f
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
A openmp/runtime/test/transform/tile/do.F90
A openmp/runtime/test/transform/tile/do_2d.f90
A openmp/runtime/test/transform/tile/do_2d_varsizes.f90
R openmp/runtime/test/transform/tile/intfor.F90
R openmp/runtime/test/transform/tile/intfor_2d.f90
R openmp/runtime/test/transform/tile/intfor_2d_varsizes.F90
A openmp/runtime/test/transform/unroll/heuristic_do.f90
R openmp/runtime/test/transform/unroll/heuristic_intdo.f90
Log Message:
-----------
[OpenMP] Clean-up Fortran tests
* Use "do" for DO loops, there is no "for" in Fortran and it is always
integer
* Add -cpp to not rely on file name case
* Add "implicit none" safety
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list