Skip to content

aco: fix check_vop3_operands() for f16vec2 ffma fneg combine

Rhys Perry requested to merge pendingchaos/mesa:aco_f16vec2_ffma_fneg_sgpr into main

For v_pk_fma_f16, we should consider all three operands, not the first two.

Merge request reports