dawn-cmake/test/tint
Antonio Maiorano 239a92d2d0 tint: transform::RemovePhonies: skip builtins with no side effects
This transform was attempting to remove builtins with no side
effects, such as a call with abstract int/float args, which is unhandled
by this transform. For example, this would cause the transform to ICE:

_ = clamp(1, 2, 3);

Fixes ClusterFuzz issue crbug.com/1348739.

Bug: chromium:1348739
Change-Id: Ie355eb36c6c020417c2d93f2dc434c11dbb72d1f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97880
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2022-08-01 17:21:54 +00:00
..
access tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
array tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
benchmark tint/val: Make DXC validation output stable 2022-07-26 14:23:24 +00:00
buffer tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
bug tint: transform::RemovePhonies: skip builtins with no side effects 2022-08-01 17:21:54 +00:00
builtins tint: transform::RemovePhonies: skip builtins with no side effects 2022-08-01 17:21:54 +00:00
const tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
expressions tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
extensions/parsing tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
identifiers/underscore tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
layout/storage/mat2x2 tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
let/inferred tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
loops tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
out_of_order_decls tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
ptr_ref tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
samples tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
shader_io tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
shadowing tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
statements tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
struct tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
types tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unicode tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
unittest/reader/spirv tint/val: Make DXC validation output stable 2022-07-26 14:23:24 +00:00
var tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vk-gl-cts tint/val: Make DXC validation output stable 2022-07-26 14:23:24 +00:00
extract-spvasm.py tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
test-all.sh tools: Replace copy-pasta scripts 2022-04-07 18:26:45 +00:00