-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on undef branch with addition #136
Comments
In my case, LLVM seems to just crash:
LLVM commit: |
Could be related to #101 From @brainlag's comment
Definitely sounds like the same issue. |
Continuing the discussion on #101. |
This piece of IR crashes
llc-8
on my laptop. In fact, the first time it managed to crash my whole system, as I didn't notice the memory growing very rapidly. Run it at your own risk:Actually, the first code I tried to compile simply crashed but that was way too big so I reduced it to this crashing testcase with bugpoint and then further reduced it manually.
I haven't tried tip yet as I don't have a llvm9 build handy.
If you're interested, this is the original code:
The text was updated successfully, but these errors were encountered: