From 9aa7adb417cabfcb441035b415e80691332bcd1b Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Mon, 11 Nov 2024 19:26:55 +0200 Subject: Transfer offset decorations when legalizing laid-out structs (#5525) * Transfer offset decorations when legalizing laid-out structs Struct legalization removing fields not representable in memory should transfer all decorations in case the struct has already had offsets calculated. Closes #5264. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Yong He --- tests/expected-failure-github.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/expected-failure-github.txt') diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index a7d0b6909..11dac66fe 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -6,10 +6,6 @@ tests/language-feature/saturated-cooperation/fuse.slang (vk) tests/bugs/byte-address-buffer-interlocked-add-f32.slang (vk) tests/serialization/obfuscated-serialized-module-test.slang.2 syn (mtl) tests/autodiff/custom-intrinsic.slang.2 syn (wgpu) -tests/autodiff/existential-1.slang.2 syn (wgpu) -tests/autodiff/existential-2.slang.2 syn (wgpu) -tests/autodiff/material/diff-bwd-falcor-material-system.slang.2 syn (wgpu) -tests/autodiff/material2/diff-bwd-falcor-material-system.slang.2 syn (wgpu) tests/bugs/atomic-coerce.slang.3 syn (wgpu) tests/bugs/buffer-swizzle-store.slang.3 syn (wgpu) tests/bugs/dxbc-double-problem.slang.6 syn (wgpu) -- cgit v1.2.3