summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-4922-nointerpolation.slang
AgeCommit message (Collapse)Author
2024-08-30Fix redundant decorations in IRParam (#4964)Jay Kwak
* Fix redundant decorations in IRParam Closes #4922 The problem was that same decorations were added to an IRParam multiple times while running `specializeIRForEntryPoint()`. `cloneGlobalValueWithCodeCommon()` kept cloning decorations for the params that were already processed.