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:
committed by
Marge Bot
parent
40f0ac2082
commit
c2bc8c1384
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user