agx: Dynamically size split instruction

This is more flexible.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18804>
This commit is contained in:
Alyssa Rosenzweig
2022-09-22 22:35:44 -04:00
committed by Marge Bot
parent 7c9fba34bc
commit 82e8e709cb
5 changed files with 15 additions and 14 deletions

View File

@@ -266,7 +266,7 @@ op("or", _, srcs = 2)
op("logical_end", _, dests = 0, srcs = 0, can_eliminate = False)
op("combine", _, srcs = VARIABLE)
op("split", _, srcs = 1, dests = 4)
op("split", _, srcs = 1, dests = VARIABLE)
op("phi", _, srcs = VARIABLE)
op("unit_test", _, dests = 0, srcs = 1, can_eliminate = False)