summaryrefslogtreecommitdiff
path: root/test/wasm2js/unreachable-get-cycle.2asm.js.opt
Commit message (Collapse)AuthorAgeFilesLines
* Stop emitting "almost asm" in wasm2js output (#2221)Alon Zakai2019-07-121-1/+0
| | | We don't ever emit "use asm" anymore, so this similar annotation is not really useful, it just increases size.
* Fix an infinite loop in avoid-reinterprets in unreachable code with loops of ↵Alon Zakai2019-05-171-0/+31
gets (#2118) In unreachable code, a get may have a single set that assigns to it, and that set may be assigned to by that very get.