[Flang][OpenMP] NFC: Remove omp prefix of test files in OpenMP Lower
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Sat, 25 Feb 2023 11:38:57 +0000 (11:38 +0000)
committerKiran Chandramohan <kiran.chandramohan@arm.com>
Sat, 25 Feb 2023 11:39:00 +0000 (11:39 +0000)
For tests in the OpenMP sub-directory the `omp` prefix is removed.

16 files changed:
flang/test/Lower/OpenMP/ordered-threads.f90 [moved from flang/test/Lower/OpenMP/omp-ordered-threads.f90 with 100% similarity]
flang/test/Lower/OpenMP/parallel-firstprivate-clause-scalar.f90 [moved from flang/test/Lower/OpenMP/omp-parallel-firstprivate-clause-scalar.f90 with 100% similarity]
flang/test/Lower/OpenMP/parallel-lastprivate-clause-scalar.f90 [moved from flang/test/Lower/OpenMP/omp-parallel-lastprivate-clause-scalar.f90 with 100% similarity]
flang/test/Lower/OpenMP/parallel-private-clause-fixes.f90 [moved from flang/test/Lower/OpenMP/omp-parallel-private-clause-fixes.f90 with 100% similarity]
flang/test/Lower/OpenMP/parallel-private-clause.f90 [moved from flang/test/Lower/OpenMP/omp-parallel-private-clause.f90 with 100% similarity]
flang/test/Lower/OpenMP/parallel-wsloop-firstpriv.f90 [moved from flang/test/Lower/OpenMP/omp-parallel-wsloop-firstpriv.f90 with 100% similarity]
flang/test/Lower/OpenMP/parallel-wsloop.f90 [moved from flang/test/Lower/OpenMP/omp-parallel-wsloop.f90 with 100% similarity]
flang/test/Lower/OpenMP/unstructured.f90 [moved from flang/test/Lower/OpenMP/omp-unstructured.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-chunks.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-chunks.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-collapse.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-collapse.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-monotonic.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-monotonic.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-nonmonotonic.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-nonmonotonic.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-ordered.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-ordered.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-simd.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-simd.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop-variable.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop-variable.f90 with 100% similarity]
flang/test/Lower/OpenMP/wsloop.f90 [moved from flang/test/Lower/OpenMP/omp-wsloop.f90 with 100% similarity]