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 GC we need to know the liveness of allocas. Use the LLVM intrinsics llvm.lifetime.start and llvm.lifetime.end. For testability we should track lifetimes of all allocas, add a custom pass to verify that all allocas have a lifetime and that none are used after their lifetime.