agx: change int conversion test

it's not useful as is but we can salvage

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32081>
This commit is contained in:
Alyssa Rosenzweig
2024-10-30 12:22:22 -04:00
committed by Marge Bot
parent 85c5a25ec3
commit 8de339c0d8
+1 -1
View File
@@ -305,7 +305,7 @@ TEST_F(Optimizer, IntCopypropDoesntConvert)
NEGCASE32({
agx_index cvt = agx_temp(b->shader, AGX_SIZE_32);
agx_mov_to(b, cvt, hx);
agx_xor_to(b, out, cvt, wy);
agx_fmul_to(b, out, cvt, wy);
});
}