OpenMP 4.5 removed the restriction that array section lower bound must be non negative.
This change is to allow negative values for array section based on pointers.
For array section based on array type there is still a restriction: "The array section must be a subset of the original array."
Details
Details
- Reviewers
kkwli0 arpith-jacob sfantao carlo.bertolli ABataev - Commits
- rGad9ecbab4253: [OpenMP] Allow negative lower bound in array sections based on pointers
rC276177: [OpenMP] Allow negative lower bound in array sections based on pointers
rL276177: [OpenMP] Allow negative lower bound in array sections based on pointers
Diff Detail
Diff Detail
- Repository
- rL LLVM