[all-commits] [llvm/llvm-project] be054f: [Flang][OpenACC][OpenMP] Always add extent to acc/...
agozillon via All-commits
all-commits at lists.llvm.org
Mon Dec 4 05:49:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be054fe49513642483ace02da836f76e6cbc8f10
https://github.com/llvm/llvm-project/commit/be054fe49513642483ace02da836f76e6cbc8f10
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M flang/lib/Lower/DirectivesCommon.h
M flang/test/Lower/OpenACC/acc-bounds.f90
M flang/test/Lower/OpenACC/acc-data-operands.f90
M flang/test/Lower/OpenACC/acc-enter-data.f90
M flang/test/Lower/OpenACC/acc-private.f90
M flang/test/Lower/OpenACC/acc-reduction.f90
M flang/test/Lower/OpenMP/FIR/array-bounds.f90
M flang/test/Lower/OpenMP/array-bounds.f90
Log Message:
-----------
[Flang][OpenACC][OpenMP] Always add extent to acc/omp.BoundsOp (#73790)
This patch changes the bounds generation code shared between OpenMP and OpenACC to always attach an extent to the bounds generation. This is
currently required for OpenMP descriptor lowering but may not
necessarily be required in the case of OpenACC.
More information about the All-commits
mailing list