This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SPIRV] Enable use of opaque-pointers in spirv-cpu-runner
ClosedPublic

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

Details

Summary

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

All passes required for lowering have already been successfully converted to allowing opaque-pointers. Switching the Spir-V runner to opaque-pointers is therefore only a matter of turning it on in these conversion passes. Regression tests also did not find any issues.

Diff Detail

Event Timeline

zero9178 created this revision.Feb 24 2023, 5:21 AM
zero9178 requested review of this revision.Feb 24 2023, 5:21 AM
antiagainst accepted this revision.Feb 24 2023, 8:09 AM
This revision is now accepted and ready to land.Feb 24 2023, 8:09 AM