This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Add if and device_type to update op
ClosedPublic

Authored by clementval on Oct 28 2020, 7:33 AM.

Details

Summary

Update op is modelling the update directive (2.14.4) from the OpenACC specs.
An if condition and a device_type list can be attached to the directive. This patch add
these two information to the current op.

Diff Detail

Event Timeline

clementval created this revision.Oct 28 2020, 7:33 AM
clementval requested review of this revision.Oct 28 2020, 7:33 AM
rriddle accepted this revision.Oct 28 2020, 6:02 PM
This revision is now accepted and ready to land.Oct 28 2020, 6:02 PM
This revision was automatically updated to reflect the committed changes.