<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/language-feature/interfaces/generic-value-parameter-via-interface.slang, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-07-24T23:47:21+00:00</updated>
<entry>
<title>Avoid early specialization for witness tables in SimplifyIR (#7636)</title>
<updated>2025-07-24T23:47:21+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2025-07-24T23:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=138efb9c25aadd319db6e6300a263574d90e3391'/>
<id>urn:sha1:138efb9c25aadd319db6e6300a263574d90e3391</id>
<content type='text'>
* Avoid early specialization for witness tables in SimplifyIR

Prevents SimplifyIR from prematurely specializing witness tables before
the main specialization pass. Witness tables are hoistable immutable
objects that must maintain consistent signatures to avoid incorrect
deduplication. SimplifyIR was incorrectly transforming expressions like
"witness_table_t(%IFoo)(specialize(%7, %GenericValue4))" into
"witness_table_t(%IFoo)(%Foo)" even when %GenericValue4 was unused.

Fixes #7233

* Add a missing test file</content>
</entry>
</feed>
