diff options
author | Alon Zakai <azakai@google.com> | 2024-08-15 16:24:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 16:24:55 -0700 |
commit | c2b43802c68a15d42c64f9404a398a842312f95a (patch) | |
tree | 33ce3ee0cc6a4c345e86a05df9229efa704e4189 /scripts/test/shared.py | |
parent | 033a16ec0d063cbcfb6c67adcf228f70653a1bf5 (diff) | |
download | binaryen-c2b43802c68a15d42c64f9404a398a842312f95a.tar.gz binaryen-c2b43802c68a15d42c64f9404a398a842312f95a.tar.bz2 binaryen-c2b43802c68a15d42c64f9404a398a842312f95a.zip |
[NFC] Avoid v128 in rec groups with no other v128 uses (#6843)
We don't properly validate that yet. E.g.:
(module
(rec
(type $func (func))
(type $unused (sub (struct (field v128))))
)
(func $func (type $func))
)
That v128 is not used, but it ends up in the output because it is in a rec group that is used.
Atm we do not require that SIMD be enabled in such a case, which can trip up the fuzzer.
Context: #6820. For now, modify the test that uncovered this.
Diffstat (limited to 'scripts/test/shared.py')
0 files changed, 0 insertions, 0 deletions