qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 7e1db6cc659dc701391639a40790645940a53879
parent 1b2721500337d37f189c7e5d714c9c943062ea79
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Wed, 16 Mar 2016 10:41:01 -0400

test comparison elimination in isel

Diffstat:
Mlisc/test/loop.ssa | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/test/loop.ssa b/lisc/test/loop.ssa @@ -7,8 +7,8 @@ function $test() { @loop %s =w phi @start 0, @loop %s1 %n =w phi @start 100, @loop %n1 - %n1 =w sub %n, 1 %s1 =w add %s, %n + %n1 =w sub %n, 1 jnz %n1, @loop, @end @end