[Bug middle-end/67295] [ARM][6 Regression] FAIL: gcc.target/arm/builtin-bswap-1.c scan-assembler-times revshne\\t 1
aoliva at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 21 19:48:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67295
--- Comment #1 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
I get exactly the same code with r226900, before the copyrename patch:
cmp r1, #0
rev16ne r0, r0
uxthne r0, r0
.L2:
sxth r0, r0
b foos16
Did you use any other configuration flags or compiler options or assembler
version or something to get you the better-optimized code?
More information about the Gcc-bugs
mailing list