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
[MooreToCore] Add support for lowering moore.class.upcast
- Added `ClassUpcastOpConversion` lowering:
- Converts `moore.class.upcast` to a direct value forward when both source and
destination are LLVM opaque pointers (`!llvm.ptr`).
- Emits a diagnostic if applied to non-opaque pointer types.
- Registered the new pattern in `populateOpConversion` alongside other class
conversion patterns.
0 commit comments