When creating declare entry operation, the variable needs to be flagged
with the declare attribute. This was not done for device_resident, link and
deviceptr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157522
[flang][openacc] Fix declare attribute for device_resident, link and deviceptr ClosedPublic Authored by clementval on Aug 9 2023, 10:08 AM.
Details Summary When creating declare entry operation, the variable needs to be flagged
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 9 2023, 10:08 AM clementval added a child revision: D157524: [flang][openacc] Always generate acc.declare_exit.Aug 9 2023, 10:22 AM This revision is now accepted and ready to land.Aug 9 2023, 10:56 AM This revision was landed with ongoing or failed builds.Aug 9 2023, 11:08 AM Closed by commit rG0b837e24ecdd: [flang][openacc] Fix declare attribute for device_resident, link and deviceptr (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548688 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-declare.f90
|