From 92bb37cb598c792a37163b397b64d1152ffb2eaf Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Wed, 28 Apr 2021 17:46:44 +0200 Subject: [PATCH] ir3: Add min gen for multi-mov instructions swz works on a5xx/a6xx but not a3xx according to CI. I don't have any access to a4xx HW so I can't tell whether it works there. Part-of: --- src/freedreno/isa/ir3-cat1.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freedreno/isa/ir3-cat1.xml b/src/freedreno/isa/ir3-cat1.xml index 4ad4e7d7225..ed9fe59f016 100644 --- a/src/freedreno/isa/ir3-cat1.xml +++ b/src/freedreno/isa/ir3-cat1.xml @@ -340,8 +340,10 @@ SOFTWARE. equivalent sequence of mov/cov, but they guarantee that all sources are read before any destination is written, so they behave as-if the moves are executed in parallel. - TODO: when were these added? + + +