freedreno/ir3: CSE the up/downconversion of SEL's cond's size.
[mesa.git] / src / freedreno / ir3 / ir3_context.h
index a109a9a13be46db0c7e3f4ffa7a0174c592fc452..d1de1a67a262c8f6a35988c5539b35d6dd3cba7a 100644 (file)
@@ -127,6 +127,8 @@ struct ir3_context {
         */
        struct hash_table_u64 *addr1_ht;
 
+       struct hash_table *sel_cond_conversions;
+
        /* last dst array, for indirect we need to insert a var-store.
         */
        struct ir3_instruction **last_dst;