commit | f01ccdbf69b742f9f4c86d3cb73a770e0293fc02 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@collabora.com> | Tue Jul 26 12:27:27 2022 -0400 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Sep 02 16:03:24 2022 +0000 |
tree | 1689467a0703c737eb4dfb13f7e470258a2fcd16 | |
parent | 3fbd1e97d3081bec35f68f48dd1b39e94f9a53ad [diff] |
pan/bi: Remove assert(bi_is_ssa(dest)) Prior to register allocation, destinations must be in SSA form, except for the "fake SSA" briefly used in the current RA (for which bi_is_ssa returns true anyway). These asserts duplicate the asserts in the validator. If there's any coverage lost here, that's just a sign the validator needs to run more often. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17794>