diff options
author | Eric Anholt <eric@anholt.net> | 2011-03-11 14:50:17 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2011-03-15 10:14:52 -0700 |
commit | b60651a17ba85af14e9d7b9a1398e065adb58665 (patch) | |
tree | da0e3ba4cbdb7e4723aa0b84113f816af3e34f7c /src/mesa/x86/x86_xform3.S | |
parent | c75427f4c8767e131e5fb3de44fbc9d904cb992d (diff) |
i965: Do our lowering passes before the loop of optimization.
The optimization loop won't reinsert noise instructions or quadop
vectors, so we were traversing the tree for nothing. Lowering vector
indexing was in the loop after do_common_optimization() to avoid the
work if it ended up that the index was actually constant, but that has
been called already in the core.
Diffstat (limited to 'src/mesa/x86/x86_xform3.S')
0 files changed, 0 insertions, 0 deletions