dawn-cmake/test/tint/expressions/binary
Ben Clayton 51be3420b8 tint/writer/glsl: Fix emission of lowest i32 value
GLSL has the same behavior as MSL, in that -2147483648 is parsed as
a unary minus on '2147483648'. 2147483648 overflows an i32, so this
actually gets treated as -0.

Change-Id: Ibebd8b78a8840f18c438ed1d3d24dee486a65816
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123202
Reviewed-by: Stephen White <senorblanco@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-08 21:13:22 +00:00
..
add test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
bit-and tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL 2022-09-19 14:05:21 +00:00
bit-or tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL 2022-09-19 14:05:21 +00:00
bit-xor tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL 2022-09-19 14:05:21 +00:00
div tint/writer/glsl: Fix emission of lowest i32 value 2023-03-08 21:13:22 +00:00
div_by_zero tint/writer/glsl: Fix emission of lowest i32 value 2023-03-08 21:13:22 +00:00
left-shift tint/transform: Polyfill bit-shift with RHS modulo 2022-11-03 19:15:17 +00:00
mod tint/writer/glsl: Fix emission of lowest i32 value 2023-03-08 21:13:22 +00:00
mod_by_zero tint/writer/glsl: Fix emission of lowest i32 value 2023-03-08 21:13:22 +00:00
mul test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
right-shift tint/transform: Polyfill bit-shift with RHS modulo 2022-11-03 19:15:17 +00:00
sub test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00