spirv: parse unstructured CFG
[mesa.git] / src / compiler / spirv / vtn_private.h
index 8ee4f7be70b8d7ca4788e56e273270988f815bda..6fc4f2e4f3eab67d55cb3be54351a79191e86a4f 100644 (file)
@@ -242,6 +242,9 @@ struct vtn_block {
 
    /** Every block ends in a nop intrinsic so that we can find it again */
    nir_intrinsic_instr *end_nop;
+
+   /** attached nir_block */
+   struct nir_block *block;
 };
 
 struct vtn_function {