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
{{ message }}
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
Whenever optimizations are turned on, compilation would fail.
This is was because the greedy register allocator was being used
regardless of optimization level. This caused an assertion error when
the LiveVariables pass is run.
Closes#15.
0 commit comments