llvm-project
6f16a8bf - [clang][bytecode] Use bitcasts to cast from integer to vector (#117547)

Commit
345 days ago
[clang][bytecode] Use bitcasts to cast from integer to vector (#117547) In C, a cast from an integer to a vector is a CK_BitCast. Implement this using the same code we use for __builtin_bit_cast.
Author
Parents
Loading