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
After merging upstream LLVM, some yk langtester tests failed, due to extra
debug calls appearing in the AOT IR. Investigating this I noticed that we are
inserting shadowstack calculations before and after debug calls, which isn't
necessary since those calls are removed in the JIT IR anyway. Incidentally, this
also resolves the tests failures without changing (most of) them.
0 commit comments