Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertFToU_HoistedValue.spvasm.expected.hlsl
blob: 0b7e61f89f91631c2cc24626d633ac2738f21261 [
file
] [
log
] [
blame
]
void
main_1
()
{
while
(
true
)
{
float
x_600
=
0.0f
;
if
(
true
)
{
break
;
}
if
(
true
)
{
x_600
=
50.0f
;
}
break
;
{
const
uint
x_82
=
uint
(
x_600
);
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}