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
Revert "[HLSL][DirectX] Emit convergence control tokens when targeting DirectX" (#193090)
This change appears to introduce complications when trying to do a full
loop unroll that is exhibited here:
https://github.com/llvm/llvm-project/actions/runs/24577221310/job/71865579618.
This results in invalid DXIL as the unreachable branch is not correctly
cleaned up.
Initial leads look like this is because the instructions with
convergence control tokens are still being used for analysis when they
are within an unreachable branch.
Reverts #188792
0 commit comments