summaryrefslogtreecommitdiff
path: root/test/lit/passes/simplify-globals-offsets.wast
Commit message (Collapse)AuthorAgeFilesLines
* SimplifyGlobals: Apply constant globals to segment offsets (#6226)Alon Zakai2024-01-181-0/+85
We already applied such globals to other globals, but can do the same to offsets of data and element segments. Suggested in #6220