]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commit
Recognise "t = a op b; a = t" and turn it into "a = a op b" to make
authorRhys Weatherley <rweather@southern-storm.com.au>
Wed, 2 Jun 2004 10:18:55 +0000 (10:18 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Wed, 2 Jun 2004 10:18:55 +0000 (10:18 +0000)
commit8113b81593ebe9f9ebe645e8f43100e8999921f3
treea460c09ba10ec4ea8d5c5d9ff2cbc7be13aa8390
parent8bc5c7af871eb5eb590653e643b38fe130f3f1f1
Recognise "t = a op b; a = t" and turn it into "a = a op b" to make
it easier for back ends to recognise special idioms such as
increments and decrements.
ChangeLog
jit/jit-insn.c