mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
Add a test for the ELSE instruction, revealing issues.
This commit is contained in:
committed by
Damien Lespiau
parent
1f58efa747
commit
a8eb735270
@@ -12,5 +12,6 @@ jmpi
|
|||||||
if
|
if
|
||||||
iff
|
iff
|
||||||
while
|
while
|
||||||
|
else
|
||||||
wait
|
wait
|
||||||
immediate
|
immediate
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ TESTS = \
|
|||||||
if \
|
if \
|
||||||
iff \
|
iff \
|
||||||
while \
|
while \
|
||||||
|
else \
|
||||||
wait \
|
wait \
|
||||||
immediate
|
immediate
|
||||||
|
|
||||||
@@ -48,6 +49,8 @@ TESTDATA = \
|
|||||||
iff.g4a \
|
iff.g4a \
|
||||||
while.expected \
|
while.expected \
|
||||||
while.g4a \
|
while.g4a \
|
||||||
|
else.expected \
|
||||||
|
else.g4a \
|
||||||
wait.expected \
|
wait.expected \
|
||||||
wait.g4a \
|
wait.g4a \
|
||||||
immediate.g4a \
|
immediate.g4a \
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
{ 0x00000024, 0x34001c00, 0x00011400, 0x00010002 },
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
else 2;
|
||||||
Reference in New Issue
Block a user