This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by clementval on Apr 11 2023, 12:35 PM.

Details

Summary

Keep the region when the operation has one. The previous code
was throwing away the region when creating the new version
of the operation.

Diff Detail

Event Timeline

clementval created this revision.Apr 11 2023, 12:35 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
clementval requested review of this revision.Apr 11 2023, 12:35 PM

Things build, test, and look good to me. But someone more familiar with MLIR should take look.

razvanlupusoru accepted this revision.Apr 19 2023, 8:49 AM
This revision is now accepted and ready to land.Apr 19 2023, 8:49 AM