This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Relax the single block constraint on acc.loop
ClosedPublic

Authored by clementval on Apr 11 2023, 9:37 AM.

Details

Summary

The acc.loop operation was constrained by the SingleBlockImplicitTerminator.
This patch relax this constraint to allow multiple block in the loop.

Diff Detail

Event Timeline

clementval created this revision.Apr 11 2023, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 9:37 AM
clementval requested review of this revision.Apr 11 2023, 9:37 AM
razvanlupusoru accepted this revision.Apr 11 2023, 9:43 AM
This revision is now accepted and ready to land.Apr 11 2023, 9:43 AM