dawn-cmake/test
Ben Clayton 8e38fad091 transform/InlinePtrLets: Fix ICE for lets in for-loops
For loop initializers and continuing statements do not have a BlockStatement as their parent.
Handle removal of these statements with a new Transform::RemoveStatement() helper

Fixed: tint:990
Change-Id: I24e7b18dcf71d3ef0a4d3ee68b9f68518e0eb5e8
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/58063
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
2021-07-15 22:20:29 +00:00
..
access validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
array transform: Fixes for DecomposeMemoryAccess 2021-07-15 20:29:09 +00:00
buffer transform: Fixes for DecomposeMemoryAccess 2021-07-15 20:29:09 +00:00
bug transform/InlinePtrLets: Fix ICE for lets in for-loops 2021-07-15 22:20:29 +00:00
expressions Revert "writer/hlsl: Special case negative zero" 2021-07-08 16:49:33 +00:00
fxc_bugs/vector_assignment_in_loop writer/hlsl: Use vector write helper for dynamic indices 2021-07-14 18:43:51 +00:00
intrinsics IntrinsicTable: De-duplicate returned Intrinsics 2021-07-15 20:34:21 +00:00
loops test: Add loop test cases 2021-06-21 19:04:56 +00:00
ptr_ref writer/hlsl: Simplify UBO accesses for static indexing 2021-07-13 12:18:13 +00:00
samples transform: Fixes for DecomposeMemoryAccess 2021-07-15 20:29:09 +00:00
shader_io transform: Fixes for DecomposeMemoryAccess 2021-07-15 20:29:09 +00:00
statements/for reader/wgsl: Generate ForLoopStatements 2021-07-08 21:23:33 +00:00
struct writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
types writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
var writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
BUILD.gn Reland "Validate storage class constraints" 2021-07-15 19:09:25 +00:00
extract-spvasm.py Add --dump-spirv option to tint_unittests 2021-05-05 09:46:31 +00:00
test-all.sh main: Replace --dawn-validation with --validate 2021-06-02 21:02:34 +00:00