| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Inline global constants for shader style CPU targets (#8686) | Julius Ikkala | 2025-10-16 |
| | | | | | | | | On the shader-host-callable target, test `gh-4874.slang` generates IR that contains global constants referencing global params. These need to get inlined into functions, as otherwise `introduceExplicitGlobalContext()` will fail with "no outer func at use site for global", making the test crash the compiler. | ||
| * | Inline global constants that contains opaque handles for legalization. (#6098) | Yong He | 2025-01-15 |
| * Inline global constants that contains opaque handles for legalization. * Add diagnostics on opaque type global variables. * Fix. * Fix test. | |||
