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
Phi instructions in SSA unit is previously allocated via builtin
malloc, and wasn't freeing after SSA unit completed. Later, we
replaced allocator with arena allocator, which guaranteed its lifetime
is within the compilation, thus the TODO comment is removed as resolved.
Close#275.
0 commit comments