Files
zig/src/codegen
Andrew Kelley 15f111a085 LLVM: update lowering of saturating shift-left
LLVM 14 makes it so that a RHS of saturating shift left produces a
poison value if the value is greater than the number of bits of the LHS.
Zig now emits code that will check if this is the case and select a
saturated LHS value in such case, matching Zig semantics.
2022-07-03 13:07:23 -07:00
..
2022-06-30 00:02:00 -07:00
2022-06-09 15:37:16 -07:00