mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
i965/vec4: Update register coalescing test.
In commit 04895f5c I added support for reswizzling writemasks. This test
was checking that we didn't support this.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82881
This commit is contained in:
parent
0492275038
commit
8b5ac1df17
1 changed files with 1 additions and 4 deletions
|
|
@ -241,8 +241,5 @@ TEST_F(register_coalesce_test, test_channel_mul_grf)
|
|||
|
||||
register_coalesce(v);
|
||||
|
||||
/* This path isn't supported yet in the reswizzling code, so we're checking
|
||||
* that we haven't done anything bad to scalar non-DP[234]s.
|
||||
*/
|
||||
EXPECT_NE(mul->dst.reg, to.reg);
|
||||
EXPECT_EQ(mul->dst.reg, to.reg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue