Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce a script for updating lit tests (#3503) | Thomas Lively | 2021-01-21 | 1 | -378/+0 |
| | | | | And demonstrate its capabilities by porting all tests of the optimize-instructions pass to use lit and FileCheck. | ||||
* | memory.copy: use nop reductions only for ignoreImplicitTraps (#3074) | Max Graey | 2020-08-24 | 1 | -0/+378 |
According to changes in spec: WebAssembly/bulk-memory-operations#124 WebAssembly/bulk-memory-operations#145 we unfortunately can't fold to nop even for memory.copy(x, y, 0). So this PR revert all reductions to nop but do this only under ignoreImplicitTraps flag |