This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Fix semantic check for device_side_enqueue.
ClosedPublic

Authored by dmitry on Mar 29 2017, 6:28 AM.

Details

Summary

Check unqualified type for ndrange argument in device_side_enqueue so
device_side_enqueue accept const and volatile qualified ndranges.

Diff Detail

Repository
rL LLVM

Event Timeline

dmitry created this revision.Mar 29 2017, 6:28 AM
dmitry added a comment.Apr 5 2017, 8:26 AM

@yaxunl, could you kindly review the patch? It's quite short this time.

yaxunl accepted this revision.Apr 5 2017, 8:40 AM

LGTM. Thanks. Sorry for the delay.

This revision is now accepted and ready to land.Apr 5 2017, 8:40 AM
This revision was automatically updated to reflect the committed changes.