summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2011-04-04 22:07:55 -0700
committerTom Stellard <[email protected]>2011-04-16 13:55:55 -0700
commit97535699ee610a2f66732609f966102150847d3c (patch)
tree2dafbce19e80aceaed22d1b89d031d34329506e1 /src/gallium/drivers
parent257cc48de2f4e472eb651a4c70042e5cb6b9fe0e (diff)
prog_optimize: Add simplify CMP optimization pass
This pass coverts CMP T0, T1 T2 T0 -> MOV T0, T2 when the CMP instruction is the first instruction to write to register T0. This pass is useful for hardware that requires a lot of lowering passes that generate many CMP instructions.
Diffstat (limited to 'src/gallium/drivers')
0 files changed, 0 insertions, 0 deletions