Add support for the * operation in OpenACC lowering. Support is added
for the types currently supported.
Depends on D151564
Paths
| Differential D151565
[flang][openacc] Add lowering for multiply operator ClosedPublic Authored by clementval on May 26 2023, 6:44 AM.
Details Summary Add support for the * operation in OpenACC lowering. Support is added Depends on D151564
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 26 2023, 6:44 AM Comment Actions This is great.
This revision is now accepted and ready to land.May 26 2023, 7:47 AM clementval added inline comments.
clementval added a child revision: D151671: [flang][openacc] Add lowering for min operator.May 29 2023, 8:00 PM Closed by commit rGe939dbc31455: [flang][openacc] Add lowering for multiply operator (authored by clementval). · Explain WhyJun 1 2023, 6:17 AM This revision was automatically updated to reflect the committed changes. clementval marked an inline comment as done.
Revision Contents
Diff 527390 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-reduction.f90
|
This is OK for now - a switch with the comment holding the table from OpenACC spec will likely need to be the final solution when you have more operations handled.