This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Keep region when applying data operand conversion
ClosedPublic

Authored by clementval on Apr 11 2023, 2:54 PM.

Details

Summary

Similar to D148039 but for the FIR to LLVM IR
conversion pass.

The inner part of the acc.loop has been removed since the rest of the
pipeline is not ready and would raise an error here. This was passing
until now because the acc.loop was discarded completely.

Diff Detail

Event Timeline

clementval created this revision.Apr 11 2023, 2:54 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 11 2023, 2:54 PM
clementval requested review of this revision.Apr 11 2023, 2:54 PM
clementval edited the summary of this revision. (Show Details)Apr 11 2023, 2:57 PM
PeteSteinfeld accepted this revision.Apr 11 2023, 5:54 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 11 2023, 5:54 PM