Add missing pieces to translate handle OpenACC dialect in the translation.
Depends on D147825
Paths
| Differential D147828
[flang][openacc] Add missing piece to translate to LLVM IR dialect ClosedPublic Authored by clementval on Apr 7 2023, 4:38 PM.
Details Summary Add missing pieces to translate handle OpenACC dialect in the translation. Depends on D147825
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 7 2023, 4:38 PM Comment Actions I'm seeing errors when I try to build with this patch that are similar to the ones I saw when reviewing D147825. This revision now requires changes to proceed.Apr 7 2023, 8:17 PM This revision is now accepted and ready to land.Apr 10 2023, 10:12 AM Closed by commit rG03289dc7af25: [flang][openacc] Add missing piece to translate to LLVM IR dialect (authored by clementval). · Explain WhyApr 10 2023, 12:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 512173 flang/lib/Optimizer/CodeGen/CMakeLists.txt
flang/lib/Optimizer/CodeGen/CodeGen.cpp
flang/lib/Optimizer/Support/CMakeLists.txt
flang/lib/Optimizer/Support/InitFIR.cpp
flang/lib/Optimizer/Transforms/OpenACC/OpenACCDataOperandConversion.cpp
flang/test/Transforms/OpenACC/convert-data-operands-to-llvmir.fir
|
Should you assert there is a single output?