Skip to content

Commit

Permalink
vc4: Add support for storing to NIR registers in a non-SSA fashion.
Browse files Browse the repository at this point in the history
Previously, there were occasionally NIR registers in our programs, but
they were always actually used SSA-only.  Now that we're trying to support
control flow, we need to actually conditionally move to registers based on
whether channels are active or not.
  • Loading branch information
anholt committed Apr 27, 2016
1 parent e441933 commit 7faafbb
Showing 1 changed file with 124 additions and 82 deletions.

0 comments on commit 7faafbb

Please sign in to comment.