[Bug target/60539] [SH] builtin string functions ignore loop and label alignment

2014-04-18 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60539 --- Comment #3 from Oleg Endo --- As mentioned here http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01692.html: > IMHO the problem is with the > non-aligned loop stems from to the generic alignment code in final.c. > Further tuning of static branch

[Bug target/60539] [SH] builtin string functions ignore loop and label alignment

2014-03-17 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60539 --- Comment #2 from chrbr at gcc dot gnu.org --- note also that instead of merging the 3 max remaining bytes after the world-at-time loop with the byte-at-a-time loop I had a version that unrolled the 3 of them of we have 2 different path (word,byt

[Bug target/60539] [SH] builtin string functions ignore loop and label alignment

2014-03-17 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60539 chrbr at gcc dot gnu.org changed: What|Removed |Added CC||chrbr at gcc dot gnu.org --- Co