Sign in
dawn
/
dawn
/
f6d51ec54d46e90b26d611e17abb1ef41f801160
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_UseLoadedScalarTwice.spvasm.expected.ir.fxc.hlsl
blob: bbaa59c59674081d809333342c3c1a03b1f816b9 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main_1
()
{
uint
x_1
=
42u
;
uint
x_2
=
x_1
;
x_1
=
x_1
;
x_1
=
x_2
;
}
void
main
()
{
main_1
();
}