[all-commits] [llvm/llvm-project] 5b6698: [Flang][OpenMP] NFC: Port worksharing loop tests t...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Mon Oct 2 05:59:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b66987cb636cf495816977415b434508c10da0e
https://github.com/llvm/llvm-project/commit/5b66987cb636cf495816977415b434508c10da0e
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
A flang/test/Lower/OpenMP/wsloop-chunks.f90
A flang/test/Lower/OpenMP/wsloop-collapse.f90
A flang/test/Lower/OpenMP/wsloop-monotonic.f90
A flang/test/Lower/OpenMP/wsloop-nonmonotonic.f90
A flang/test/Lower/OpenMP/wsloop-ordered.f90
A flang/test/Lower/OpenMP/wsloop-reduction-add.f90
A flang/test/Lower/OpenMP/wsloop-reduction-iand.f90
A flang/test/Lower/OpenMP/wsloop-reduction-ieor.f90
A flang/test/Lower/OpenMP/wsloop-reduction-ior.f90
A flang/test/Lower/OpenMP/wsloop-reduction-logical-and.f90
A flang/test/Lower/OpenMP/wsloop-reduction-logical-eqv.f90
A flang/test/Lower/OpenMP/wsloop-reduction-logical-neqv.f90
A flang/test/Lower/OpenMP/wsloop-reduction-logical-or.f90
A flang/test/Lower/OpenMP/wsloop-reduction-max.f90
A flang/test/Lower/OpenMP/wsloop-reduction-min.f90
A flang/test/Lower/OpenMP/wsloop-reduction-mul.f90
A flang/test/Lower/OpenMP/wsloop-simd.f90
A flang/test/Lower/OpenMP/wsloop-variable.f90
Log Message:
-----------
[Flang][OpenMP] NFC: Port worksharing loop tests to HLFIR lowering
These are copies of tests in ../flang/test/Lower/OpenMP/FIR/wsloop-*
More information about the All-commits
mailing list