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
[CIR][CIRGen] Handle NYI in CIRGenModule::tryEmitBaseDestructorAsAlias (#1180)
This removes some NYI in CIRGenModule::tryEmitBaseDestructorAsAlias and
similar to #1179, use
`assert(false)` to tell devs to add test.
It is slightly verbose due to the difference between LLVM and CIR's type
system. LLVM's pointer are opaque types while CIR's pointer are typed.
So we need to handle these pointers when transforming the generated cir.
0 commit comments