[all-commits] [llvm/llvm-project] 71ffac: [OPENMP]Fix PR45132: OpenMP doacross loop nest wit...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Mar 10 09:35:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71ffac21f7463465c369ba12dc496f9f5338e6b4
https://github.com/llvm/llvm-project/commit/71ffac21f7463465c369ba12dc496f9f5338e6b4
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/ordered_doacross_codegen.cpp
Log Message:
-----------
[OPENMP]Fix PR45132: OpenMP doacross loop nest with a decreasing
induction variable abends.
Used incorrect loop bound when trying to calculate the index in the vec
array for doacross construct in the loops with the reverse order.
More information about the All-commits
mailing list