diff options
author | Rob Clark <[email protected]> | 2020-03-21 14:44:44 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 22:41:36 +0000 |
commit | 6347c2ea89bde624dd16cff6741db57e89d88ad5 (patch) | |
tree | 5c887b14ec3a11036245f2d5a07f6d129601f7d1 /.mailmap | |
parent | bf0aa7ed90231540c66328a515928dd8e3324343 (diff) |
freedreno/ir3/ra: add def/use iterators
Decouple the messy logic of figuring out vreg names defined/used by an
instruction from the logic of what to do about it by introducing
iterators. There is still *some* array vs ssa special casing in
ra_block_compute_live_ranges(), but less than before. And this will
avoid introducing a second copy of the def/use logic in a following
patch which uses the liveranges to calculate the maximum # of live
values (which is the optimal target for max physical register window
to round-robin within).
Signed-off-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions