This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] destroy region on firstprivate.recipe is optional
ClosedPublic

Authored by clementval on May 23 2023, 11:57 AM.

Details

Summary

The destroy region is optional but the verifier was enforcing it.
Update the verifier and make it clear in the definition.

Diff Detail

Event Timeline

clementval created this revision.May 23 2023, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 11:57 AM
clementval requested review of this revision.May 23 2023, 11:57 AM
razvanlupusoru accepted this revision.May 23 2023, 5:27 PM

LGTM. Matches intended design.

This revision is now accepted and ready to land.May 23 2023, 5:27 PM