summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-08-15 16:24:55 -0700
committerGitHub <noreply@github.com>2024-08-15 16:24:55 -0700
commitc2b43802c68a15d42c64f9404a398a842312f95a (patch)
tree33ce3ee0cc6a4c345e86a05df9229efa704e4189 /scripts/test/shared.py
parent033a16ec0d063cbcfb6c67adcf228f70653a1bf5 (diff)
downloadbinaryen-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