mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
When doing LLVM const bit shifting we must make sure the integer bit sizes are wide enough or else LLVM gives us a poison result.
When doing LLVM const bit shifting we must make sure the integer bit sizes are wide enough or else LLVM gives us a poison result.