aco: implement VGPR spilling
authorDaniel Schürmann <daniel@schuermann.dev>
Thu, 24 Oct 2019 16:27:25 +0000 (18:27 +0200)
committerDaniel Schürmann <daniel@schuermann.dev>
Wed, 30 Oct 2019 19:48:33 +0000 (19:48 +0000)
commit86786999189c43b4a2c8e1c1a18b55cd2f369fff
tree00896faf60da2d3b12d3b241019526f2d3702c1d
parentc79972b6047b1d49ec0c0652a2d7d716b1c2b457
aco: implement VGPR spilling

VGPR spilling is implemented via MUBUF instructions and scratch memory.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
src/amd/compiler/aco_spill.cpp