Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug in SSA construction. | Nicolas Geoffray | 2014-06-04 | 1 | -0/+13 |
| | | | | | | | | | If a join block does not have an incoming value for a local from a predecessor block, we should not create a phi. The verifier has made sure the local is updated before any following reads after this block. Change-Id: Id2785efc73c9fb3224826fff2f4b4ad215905ff4 | ||||
* | Test control flow instruction with optimizing compiler. | Nicolas Geoffray | 2014-04-08 | 3 | -0/+77 |
Add support for basic instructions to implement these tests. Change-Id: I3870bf9301599043b3511522bb49dc6364c9b4c0 |