Skip to content

Set the definitions of v_cmp instructions to the lane mask.

Timur Kristóf requested to merge Venemo/mesa:aco-v_cmp-lm into master

The output of v_cmp instructions is s1 (a single SGPR) in wave32 mode, as opposed to s2 (an SGPR-pair) in wave64 mode. A couple of cases where this should have been fixed were omitted from the previous patch by mistake.

Merge request reports