llvm-project
14c76437 - [clang][bytecode] Check types when loading values (#165385)

Commit
47 days ago
[clang][bytecode] Check types when loading values (#165385) We need to allow BitCasts between pointer types to different prim types, but that means we need to catch the problem at a later stage, i.e. when loading the values. Fixes https://github.com/llvm/llvm-project/issues/158527 Fixes https://github.com/llvm/llvm-project/issues/163778
Author
Parents
Loading