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:
committed by
Marge Bot
parent
85c5a25ec3
commit
8de339c0d8
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user