This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Restrict types for acc.bounds operands to index or integer type
ClosedPublic

Authored by clementval on Apr 20 2023, 1:41 PM.

Details

Summary

Values in bounds are expected to have integer or index types. Enforce
this expectation by restricting the type to be IntOrIndex.

Diff Detail

Event Timeline

clementval created this revision.Apr 20 2023, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 1:41 PM
clementval requested review of this revision.Apr 20 2023, 1:41 PM
razvanlupusoru accepted this revision.Apr 20 2023, 1:49 PM

Thank you! This constraint makes sense.

This revision is now accepted and ready to land.Apr 20 2023, 1:49 PM
clementval edited the summary of this revision. (Show Details)Apr 20 2023, 1:53 PM