agx: Don't prefix pseudo-ops

It's not really buying us anything and it clutters the IR.

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:39 -04:00
committed by Marge Bot
parent 40f0ac2082
commit c2bc8c1384
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ TEST_F(Optimizer, Copyprop)
TEST_F(Optimizer, InlineHazards)
{
NEGCASE32({
agx_instr *I = agx_p_combine_to(b, out, 4);
agx_instr *I = agx_combine_to(b, out, 4);
I->src[0] = agx_mov_imm(b, AGX_SIZE_32, 0);
I->src[1] = wy;
I->src[2] = wz;