You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was investigating some validation issues in our shaders and compiled them with -Zi -O0 in an attempt to track down the offending lines of code. However, -O0 triggers additional validation issues on trivial code like this snippet. -O1 makes the issue go away.
Description
I was investigating some validation issues in our shaders and compiled them with
-Zi -O0
in an attempt to track down the offending lines of code. However,-O0
triggers additional validation issues on trivial code like this snippet.-O1
makes the issue go away.https://godbolt.org/z/8czEq7711
Steps to Reproduce
compiled with
-T lib_6_7 -O0
Actual Behavior
error: Instruction does not dominate all uses!
Environment
The text was updated successfully, but these errors were encountered: