mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-04 12:16:10 +00:00
They are always used together, and can actually be simplified when combined. This transform cannot currently deal with shadowing, and will need need to depend on a new 'unshadow' transform. Fixes a long-standing bug where we'd get an ICE if we attempt to inline a pointer let declaration with side-effects in a for-loop initializer. Fixed: tint:1321 Bug: tint:819 Change-Id: I236fed688e33a4996e47310b5ece44c991b5249f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/70661 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com>