summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/bit-cast/float-bit-cast.slang
Commit message (Collapse)AuthorAge
* bitcast require the input has same width with result type (#7018)kaizhangNV2025-05-06
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.