diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-11 19:26:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-11 09:26:55 -0800 |
| commit | 9aa7adb417cabfcb441035b415e80691332bcd1b (patch) | |
| tree | 9da3e643338e3870dbd1dab5d7f0dfd5c8a2c037 /tests/expected-failure-github.txt | |
| parent | c0d0611b7331bb19e8b0b39143e3be107db5925b (diff) | |
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 <yonghe@outlook.com>
Diffstat (limited to 'tests/expected-failure-github.txt')
| -rw-r--r-- | tests/expected-failure-github.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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) |
