<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/compute/groupshared.slang.expected.txt, 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>2018-04-19T00:22:44+00:00</updated>
<entry>
<title>Fix output of `groupshared` with IR type system (#492)</title>
<updated>2018-04-19T00:22:44+00:00</updated>
<author>
<name>Tim Foley</name>
<email>tfoleyNV@users.noreply.github.com</email>
</author>
<published>2018-04-19T00:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=17fa424a195ed562e0c9d87cee57577c90c1fc37'/>
<id>urn:sha1:17fa424a195ed562e0c9d87cee57577c90c1fc37</id>
<content type='text'>
The basic problem was that the lowering logic was constructing (more or less) `Ptr&lt;@GroupShared X&gt;` instead of `@GroupShared Ptr&lt;X&gt;`.
There were also problems with passes not propagating through rates that should have been (e.g., legalization).

I've added a test case to actually validate `groupshared` support.</content>
</entry>
</feed>
