[all-commits] [llvm/llvm-project] 4a26b1: [OpenMP] Enable collapse handling in triangular lo...
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Thu Mar 5 02:11:32 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a26b1f20ebb1477111064c6c686e81cf50ad7eb
https://github.com/llvm/llvm-project/commit/4a26b1f20ebb1477111064c6c686e81cf50ad7eb
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/for_non_rectangular_codegen.c
M clang/test/OpenMP/for_private_reduction_codegen.cpp
A clang/test/OpenMP/loop_collapse_codegen.cpp
Log Message:
-----------
[OpenMP] Enable collapse handling in triangular loops. (#184674)
These changes ensure that triangular loops are handled correctly when
calculating the number of iterations in OpenMP loops with `collapse`.
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