This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Introduce acc.declare operation
ClosedPublic

Authored by clementval on Aug 18 2023, 2:33 PM.

Details

Summary

The acc.declare operation represent the implicit
region of variable in the declare directive in the function
(and subroutine in fortran).

Diff Detail