This is an archive of the discontinued LLVM Phabricator instance.

[mlir][GPU] Handle LLVM pointer attributes on memref arguments.
ClosedPublic

Authored by stefankoncarevic on Aug 4 2023, 3:07 AM.

Details

Summary

Handle pointer attributes (noalias, nonnull, readonly, writeonly,
dereferencable, dereferencable_or_null). "noalias" attribute is
ignore for non-bare pointer.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
stefankoncarevic requested review of this revision.Aug 4 2023, 3:07 AM
krzysz00 accepted this revision.Sep 11 2023, 7:53 AM
krzysz00 added a subscriber: krzysz00.

Approving to move this along

This revision is now accepted and ready to land.Sep 11 2023, 7:53 AM