-
Notifications
You must be signed in to change notification settings - Fork 56
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
-pliveness can be too late #845
Comments
Can you please elaborate? What is the error in that case? |
|
Before the call to |
In the particular example, do you really think that liveness information can help fixing the issue? However, I do agree that it would be nice to be able to access the liveness information even if there are other issues. It might be worth collecting all errors that might be trigger by those “collect conflict” functions and print them all together after the printing of the liveness information. |
It can happen that reg alloc fails before the printing of liveness, making it hard to debug. For instance, it happens for the code here.
EDIT: I changed "crashes" with "fails", it corresponds more to what happens
The text was updated successfully, but these errors were encountered: