vc4: Add support for scheduling of branch instructions.
authorEric Anholt <eric@anholt.net>
Wed, 27 Apr 2016 19:14:07 +0000 (12:14 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 14 Jul 2016 06:54:15 +0000 (23:54 -0700)
commit44df061aaad96fc5db630ae69fb2fe2a03bb5659
treefca4235e0746387a22f7ab33dcf385015a904cab
parenta59da513d3229c883809ac2088c9612abcec1470
vc4: Add support for scheduling of branch instructions.

For now we don't fill the delay slots, and instead just drop in NOPs.
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/drivers/vc4/vc4_qpu_schedule.c