commit | 7499bc7fd79bdcc3f0c46425dec18495dbcbdfe6 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Thu Mar 09 11:40:17 2017 -0800 |
committer | Matt Turner <mattst88@gmail.com> | Thu Mar 23 14:34:44 2017 -0700 |
tree | 338ba63b20fe9cc0b039ff4c72110ae7ddd6bfd9 | |
parent | 1be91bd9d8e44986aacd91755f357cbf84d6599a [diff] |
i965: Replace OPT_V() with OPT(). We want to be able to check the progress of each pass and dump the NIR for debugging purposes if it changed. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>