You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, MLIR kept the non-opaque pointer functionality so it is easier to transition out. Commit 4983432f17eb4b445e161c5f8278c6ea4d5d1241 has since removed it.
According to docs LLVM 17 removes typed pointers support completly and only supports opaque pointers.
On MLIR i think you can still make typed pointers but when lowered they become opaque.
https://llvm.org/docs/OpaquePointers.html#version-support
The text was updated successfully, but these errors were encountered: