Skip to content
  • Emma Anholt's avatar
    freedreno/ir3: CSE the up/downconversion of SEL's cond's size. · 95d4a956
    Emma Anholt authored
    Not many programs hit this, but if you were, say, selecting between vec4s,
    you'd convert the cond 4 times.
    
    instructions in affected programs: 2957 -> 2717 (-8.12%)
    nops in affected programs: 989 -> 899 (-9.10%)
    non-nops in affected programs: 1968 -> 1818 (-7.62%)
    dwords in affected programs: 3232 -> 2752 (-14.85%)
    last-baryf in affected programs: 102 -> 90 (-11.76%)
    full in affected programs: 5 -> 4 (-20.00%)
    sstall in affected programs: 329 -> 329 (0.00%)
    (ss) in affected programs: 86 -> 105 (22.09%)
    (sy) in affected programs: 14 -> 12 (-14.29%)
    
    Part-of: <mesa!4516>
    95d4a956