What's the best way of debugging constant folding warnings? #14064
Unanswered
astanziola
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a large program working with large arrays that shows some constant folding warnings. However, except for the name of the specific instruction being constant folded, which is not really informative, I have no idea where this issue is happening.
What is the best way of debugging such warning? Is there a way to make the program stop at the warning as if it was an error?
Beta Was this translation helpful? Give feedback.
All reactions