[all-commits] [llvm/llvm-project] 4df88d: Fix for-each and iterator loops
Michael Kruse via All-commits
all-commits at lists.llvm.org
Wed May 8 04:09:36 PDT 2024
Branch: refs/heads/users/meinersbur/clang_openmp_unroll-tile_foreach
Home: https://github.com/llvm/llvm-project
Commit: 4df88d033d04db04b5b1052db15ca2924046363e
https://github.com/llvm/llvm-project/commit/4df88d033d04db04b5b1052db15ca2924046363e
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2024-05-08 (Wed, 08 May 2024)
Changed paths:
M clang/include/clang/Sema/SemaOpenMP.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/tile_codegen.cpp
M clang/test/OpenMP/tile_codegen_for_dependent.cpp
M clang/test/OpenMP/tile_codegen_tile_for.cpp
M openmp/runtime/test/lit.cfg
A openmp/runtime/test/transform/tile/foreach.cpp
A openmp/runtime/test/transform/tile/iterfor.cpp
A openmp/runtime/test/transform/tile/parallel-wsloop-collapse-foreach.cpp
A openmp/runtime/test/transform/unroll/factor_foreach.cpp
A openmp/runtime/test/transform/unroll/factor_intfor.c
A openmp/runtime/test/transform/unroll/factor_iterfor.cpp
A openmp/runtime/test/transform/unroll/factor_parallel-wsloop-collapse-foreach.cpp
A openmp/runtime/test/transform/unroll/factor_parallel-wsloop-collapse-intfor.cpp
A openmp/runtime/test/transform/unroll/full_intfor.c
A openmp/runtime/test/transform/unroll/heuristic_intfor.c
A openmp/runtime/test/transform/unroll/partial_intfor.c
Log Message:
-----------
Fix for-each and iterator loops
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