diff options
author | Zack Rusin <zackr@vmware.com> | 2010-02-08 21:50:33 -0500 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2010-02-08 21:50:33 -0500 |
commit | 85c7ec70ad41c8ada75a4cbace83d16815d3e2c5 (patch) | |
tree | 7154254e4d6c26e27e410524f814a52329ff46d3 /docs/relnotes-7.7.1.html | |
parent | 257267ee9817d67e6963e81766a121c367478f65 (diff) |
llvmpipe: switch to using dynamic stack allocation instead of registers
with mutable vars we don't need to follow the phi nodes. meaning that
control flow becomes trivial as we don't have scan the rest of the tgsi
to figure out the variable usage anymore. futhermore the memory2register
pass promotes alloca/store/load to registers while inserting the right phi
nodes. so we get simplicity and performance.
Diffstat (limited to 'docs/relnotes-7.7.1.html')
0 files changed, 0 insertions, 0 deletions