diff options
author | Eric Anholt <[email protected]> | 2014-08-20 14:20:17 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-08-22 10:16:57 -0700 |
commit | 2ab4e48f9457159087c851f2230c1e642ea65802 (patch) | |
tree | 3e82d35cb126547c17a5f4301da89d9c777ef810 /src/gallium/drivers/vc4/vc4_program.c | |
parent | b064c9103d8fc0bb4ae8fe597b4d9de82a274638 (diff) |
vc4: Fix totally broken assertions about inter-instruction reg conflicts.
The spec citation talked about A and B, and I proceeded to pay no
attention to whether the waddrs were for A or B. As a result, this pair
of instructions would claim to conflict:
mov ra4, ra4 ; nop nop, r0, r0
mov.ns ra4, rb4 ; nop nop, r0, r0
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_program.c')
0 files changed, 0 insertions, 0 deletions