[Bug target/47133] code size opportunity for boolean expression evaluation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47133 --- Comment #2 from Andrew Pinski --- 5.4+ produces: ldr r3, [r1] cmp r3, #9 ittte eq ldreq r0, [r1, #4] clzeq r0, r0 lsreq r0, r0, #5 movne r0, #0 bx lr
[Bug target/47133] code size opportunity for boolean expression evaluation
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47133 Ian Bolton changed: What|Removed |Added Keywords||missed-optimization Status|UNCON