-
Notifications
You must be signed in to change notification settings - Fork 764
[SER] HitObject accessors HLSL -> DXIL lowering #7360
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
Conversation
- HLSL -> DXIL lowering - ast, hlsl->dxil, dxilgen, and ScalarReplAggregatesHLSL tests SER implementation tracker (microsoft#7214)
Co-authored-by: Chris B <[email protected]>
This reverts commit 57b5fdd.
…return is a Clang codegen artifact)
✅ With the latest revision this PR passed the C/C++ code formatter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need a pass test for dxilgen to test lowering in isolation, don't we?
Otherwise, looks good so far.
Added the dxilgen test |
Lowering for all HitObject accessors (ex GetAttributes)
Specification: https://github.com/microsoft/hlsl-specs/blob/main/proposals/0027-shader-execution-reordering.md
DXC SER implementation tracker:: #7214