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
Thanks for reporting this, @xiacijie! This crash is happening because lljb is not correctly handling phi node instruction in llvm basic block %10. I worked on a mechanism to handle all kinds of phi nodes which should fix this issue and I will notify you once I open the PR with the implementation.
Below is the test example I use,
The llvm IL of the test example:
The text was updated successfully, but these errors were encountered: