[all-commits] [llvm/llvm-project] 1e0be7: [Polly] LLVM OpenMP Backend -- Fix "static chunked...
Michael Halkenhäuser via All-commits
all-commits at lists.llvm.org
Tue Feb 11 10:52:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e0be76e9832e3e02262921abac492e9a52382eb
https://github.com/llvm/llvm-project/commit/1e0be76e9832e3e02262921abac492e9a52382eb
Author: Michael Halkenhäuser <michaelhalk at web.de>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M polly/lib/CodeGen/LoopGeneratorsKMP.cpp
M polly/test/Isl/CodeGen/OpenMP/single_loop.ll
Log Message:
-----------
[Polly] LLVM OpenMP Backend -- Fix "static chunked" scheduling.
Static chunked OpenMP scheduling has not been treated correctly.
This patch fixes the problem that threads would not process their
(work-)chunks as intended.
Differential Revision: https://reviews.llvm.org/D61081
More information about the All-commits
mailing list