summaryrefslogtreecommitdiff
path: root/test/402-optimizing-control-flow/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix ambiguous phrasing in tests comments regarding $opt$.Roland Levillain2015-08-031-1/+1
| | | | Change-Id: I78e6bccbe35288df5de30700d3877bbcdef37d65
* 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-081-0/+76
Add support for basic instructions to implement these tests. Change-Id: I3870bf9301599043b3511522bb49dc6364c9b4c0