diff options
author | Connor Abbott <[email protected]> | 2015-06-07 00:37:27 -0400 |
---|---|---|
committer | Connor Abbott <[email protected]> | 2015-10-30 02:18:56 -0400 |
commit | 85fce2d2f50335b1d204dbaedc36cdd37164a9c0 (patch) | |
tree | fc3742849ce9a717691feaf453ce56aab126cdb2 /src/glsl | |
parent | 6f231fddff1661c2ca2cfb7bb7a0e6a970bcbf40 (diff) |
i965/sched: write-after-read dependencies are free
Although write-after-write dependencies have the same latency as
read-after-write dependencies due to how the register scoreboard works,
write-after-read dependencies aren't checked by the EU at all, so
they're purely a constraint on how the scheduler can order the
instructions.
v2: fix accumulator dependencies too.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/glsl')
0 files changed, 0 insertions, 0 deletions