summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-specialize-function-call.cpp
AgeCommit message (Collapse)Author
2021-01-26Obfuscation naming issue fix (#1676)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Work around for issue with obfuscation (and lack of name hints) leading to names in output not being correctly uniquified. * Improve appendChar Remove unrequired memory juggling to scrub names. * Remove test code. * Small fixes in comments and method called. * Remove linkage decoration on functions that are specialized. * Obfuscation naming with specialization test. * Fix instruction deletion. Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
2020-07-23Run array specialization in a sperate pass. (#1449)Yong He
* Run array specialization in a sperate pass. * rename specializeFunctionCall->specializeFunctionCalls Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>