commit | 61be2c94dcc19a9b25e79bcb2738881d4ed02535 | [log] [tgz] |
---|---|---|
author | Faith Ekstrand <faith.ekstrand@collabora.com> | Thu May 30 14:35:49 2024 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Jun 13 20:43:45 2024 +0000 |
tree | 3c97ef7ec630005ab088d5c2eac4c3874be9a3ea | |
parent | 944365802f8ef53e37db38f15f2c2dc6b820d132 [diff] |
nak: Fix BasicBlock::phi*() for OpAnnotate They assumed that phis would be at the start of the block which isn't true if there are annotations in the way. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29591>