-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[DirectX] Implement Shader Flags Analysis for WaveOps #114565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
5 tasks
I will take a look at this as a use-case of #115912 |
Waiting on #111867 |
joaosaffran
pushed a commit
to joaosaffran/llvm-project
that referenced
this issue
Feb 14, 2025
- Check each call instruction for a `WaveOp` intrinsic and set the `WaveOps` flag if this is true for any intrinsic, Done in DXILShaderFlags.cpp Resolves llvm#114565
sivan-shani
pushed a commit
to sivan-shani/llvm-project
that referenced
this issue
Feb 24, 2025
- Check each call instruction for a `WaveOp` intrinsic and set the `WaveOps` flag if this is true for any intrinsic, Done in DXILShaderFlags.cpp Resolves llvm#114565
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set function-level flag
WaveOps
flag if the function uses DXIL Wave Operations - see hereThis flag is named
m_bWaveOps
indxc
sources.AC:
Add tests to verify the flag is set.
The text was updated successfully, but these errors were encountered: