summaryrefslogtreecommitdiffstats
path: root/tests/bugs/obfuscate-specialization-naming.slang.expected.txt
Commit message (Collapse)AuthorAge
* Obfuscation naming issue fix (#1676)jsmall-nvidia2021-01-26
* #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>