summaryrefslogtreecommitdiffstats
path: root/tests/compute/func-param-legalize.slang.expected.txt
Commit message (Collapse)AuthorAge
* Legalization of function parameter types.Yong He2017-11-13
This commit fixes issue #275 This commit includes following changes: 1. legalize function parameter IRParam instructions 2. legalize function parameter types in IRFuncType 3. legalize call sites (IRCall) with proper arguments 4. legalize local vars that has a mixed resource type.