This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LinalgToLLVM] Add pass option for emitting opaque-pointers
ClosedPublic

Authored by zero9178 on Feb 24 2023, 5:17 AM.

Details

Summary

While the pass itself doesn't directly require any changes to be compatible with opaque-pointers, it does import patterns for lowering MemRefs to LLVM.
Adding this pass option allows any users of the pass to switch to emitting opaque-pointers via the pass option

Diff Detail

Event Timeline

zero9178 created this revision.Feb 24 2023, 5:17 AM
zero9178 requested review of this revision.Feb 24 2023, 5:17 AM
gysit accepted this revision.Feb 24 2023, 5:25 AM

LGTM

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