pan/bi: Model Valhall action on bi_instr

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15461>
This commit is contained in:
Alyssa Rosenzweig
2022-03-02 20:49:20 -05:00
committed by Marge Bot
parent 38625af010
commit 222d17fc67

View File

@@ -397,6 +397,9 @@ typedef struct {
enum bi_register_format register_format;
enum bi_vecsize vecsize;
/* Action (flow control) associated with a Valhall instruction */
uint8_t action;
/* Can we spill the value written here? Used to prevent
* useless double fills */
bool no_spill;