mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-24 00:40:14 +00:00
Test INotEqual for OpSpecConstantOp in asm, disasm
This commit is contained in:
parent
d065593404
commit
4987ae6549
@ -722,6 +722,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
CASE3(Select),
|
||||
// Comparison
|
||||
CASE2(IEqual),
|
||||
CASE2(INotEqual), // Allowed in 1.0 Rev 7
|
||||
CASE2(ULessThan),
|
||||
CASE2(SLessThan),
|
||||
CASE2(UGreaterThan),
|
||||
|
Loading…
Reference in New Issue
Block a user