summaryrefslogtreecommitdiff
path: root/tests/spirv/swizzle-signed-typecast.slang
AgeCommit message (Collapse)Author
2025-06-16Fix for missing signedness cast in SwizzleIR (#7448)Jerran Schmidt
* Cast if there is a signedness mismatch on the swizzle * Move isSignedType to slang-util and add test --------- Co-authored-by: Yong He <yonghe@outlook.com>