diff options
author | Thomas Lively <tlively@google.com> | 2024-07-12 13:02:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 10:02:00 -0700 |
commit | c0286b61a0eedde936ce1adff4284859ce4c6510 (patch) | |
tree | 109c9f7fcf5beb803a8df8aa5f9bfab2160d7dcd /test/passes/safe-heap_low-memory-unused_enable-threads_enable-simd.txt | |
parent | 22c28bd5a108f9bdacd1b60468e312903bcdf451 (diff) | |
download | binaryen-c0286b61a0eedde936ce1adff4284859ce4c6510.tar.gz binaryen-c0286b61a0eedde936ce1adff4284859ce4c6510.tar.bz2 binaryen-c0286b61a0eedde936ce1adff4284859ce4c6510.zip |
Do not abbreviate items in element segments (#6737)
The full syntax for an expression in an element syntax looks like
`(item (ref.null none))`, but we have been printing the abbreviated
version, which omits the `(item ...)`. This abbreviation is only valid
when the item has only a single instruction, so it is not always correct
to use it. Rather than determining whether or not to use the
abbreviation on a case-by-case basis, always print the full syntax.
Diffstat (limited to 'test/passes/safe-heap_low-memory-unused_enable-threads_enable-simd.txt')
0 files changed, 0 insertions, 0 deletions