On Tue Nov 7 09:19:51 2023 +0000, Conor McCarthy wrote:
An alternative is to store the data type alongside the SSA value id in `spirv_compiler_set_ssa_register_id()`, but that's a little more complicated.
My feeling is that adding a `bitcast` operator creates less complexity than adding a field to a register type. But I can live with it, of course (and it's something that can be changed again in the future, if more compelling reasons arise). I'll leave this to Henri.