Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Update comments about irreducible control flow. | Dan Gohman | 2016-03-09 | 1 | -0/+4 |
| | | | | llvm-svn: 262995 | ||||
* | [WebAssembly] Implement irreducible control flow. | Dan Gohman | 2016-03-09 | 1 | -0/+292 |
This implements a very simple conservative transformation that doesn't require more than linear code size growth. There's room for much more optimization in this space. llvm-svn: 262982 |