broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.
authorEric Anholt <eric@anholt.net>
Tue, 13 Mar 2018 22:41:16 +0000 (15:41 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 19 Mar 2018 23:42:59 +0000 (16:42 -0700)
commitd721348dcdb3658572c5952563d1f4d1ca0321af
tree901576d03741c12c62f5a092b3df49872a77df93
parentc81d6817422c83ba990fac19b165d4dedb1150fe
broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.

This will let me do lowering late in compilation using the same
instruction builder as we use in nir_to_vir.
src/broadcom/compiler/nir_to_vir.c
src/broadcom/compiler/v3d_compiler.h
src/broadcom/compiler/vir.c