summaryrefslogtreecommitdiff
path: root/tests/language-feature/bit-cast/float-bit-cast.slang
AgeCommit message (Collapse)Author
2025-05-06bitcast require the input has same width with result type (#7018)kaizhangNV
bitcast requires the input has same width with result type, this PR ensures that we always lower the bitcast IR instruction satisfies this requirement. Close #7017.