This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NVGPUToNVVM] Add option for emitting opaque pointers
ClosedPublic

Authored by zero9178 on Feb 24 2023, 8:02 AM.

Details

Summary

Part of https://discourse.llvm.org/t/rfc-switching-the-llvm-dialect-and-dialect-lowerings-to-opaque-pointers/68179

The 'use-opaque-pointers' options, when enabled, changes the patterns to emit opaque pointers instead of typed pointers. As part of the migration effort the test have been converted to typed pointers, with an extra file for testing just typed pointers specific code paths.

Diff Detail

Event Timeline

zero9178 created this revision.Feb 24 2023, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2023, 8:02 AM
zero9178 requested review of this revision.Feb 24 2023, 8:02 AM
gysit accepted this revision.Feb 24 2023, 8:24 AM

LGTM

This revision is now accepted and ready to land.Feb 24 2023, 8:24 AM
This revision was landed with ongoing or failed builds.Feb 24 2023, 8:44 AM
This revision was automatically updated to reflect the committed changes.