[Bug rtl-optimization/95685] Loop invariants can't be moved out of the loop

2021-05-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95685 --- Comment #4 from Andrew Pinski --- With -funroll-loops on the trunk for the aarch64 target, I get no loop any more: bar and seems like good code: .LFB0: .cfi_startproc and w1, w1, 65535 mov w2, 8193 tst

[Bug rtl-optimization/95685] Loop invariants can't be moved out of the loop

2020-06-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95685 Richard Biener changed: What|Removed |Added Component|tree-optimization |rtl-optimization Keywords|