alivecc: emitting only interested passes validation results #737
Answered
by
regehr
BalaRishi-AMD
asked this question in
Q&A
-
Hi, How to restrict alivecc to emit validation results only for selected passes (passes of my interested) ? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
regehr
Aug 5, 2021
Replies: 1 comment
-
afaik there's not a builtin mechanism for this, but it would be easy to implement, see the do_skip() function in tv.cpp. it should be trivial to modify this function to skip all passes that you're not interested in. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BalaRishi-AMD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
afaik there's not a builtin mechanism for this, but it would be easy to implement, see the do_skip() function in tv.cpp. it should be trivial to modify this function to skip all passes that you're not interested in.