Skip to content

aco: Don't prematurely emit s_andn2.

Georg Lehmann requested to merge DadSchoorse/mesa:aco-more-vccz into main

Split s_not + s_and allows more inverse comparision and s_cbranch_vccz optimizations.

Foz-DB Navi21:
Totals from 516 (0.38% of 134913) affected shaders:
CodeSize: 7273724 -> 7273720 (-0.00%)
Instrs: 1364408 -> 1364407 (-0.00%)
Latency: 14604862 -> 14604858 (-0.00%)
Edited by Georg Lehmann

Merge request reports