summaryrefslogtreecommitdiff
path: root/tests/compute/func-param-legalize.slang.expected.txt
AgeCommit message (Collapse)Author
2017-11-13Legalization of function parameter types.Yong He
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.