Skip to content

aco: make ssa_info::label 64-bit and shrink mad_info and ssa_info

Rhys Perry requested to merge pendingchaos/mesa:aco_ssa_label_64bit into master

To keep ssa_info in 16 bytes when making label 64 bits, we have to put val in the union and use Instruction::pass_flags instead of val for label_mad

Edited by Rhys Perry

Merge request reports