summaryrefslogtreecommitdiffstats
path: root/test/402-optimizing-control-flow
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in SSA construction.Nicolas Geoffray2014-06-041-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 Geoffray2014-04-083-0/+77
Add support for basic instructions to implement these tests. Change-Id: I3870bf9301599043b3511522bb49dc6364c9b4c0