[Bug tree-optimization/37537] mfcr is produced when a branch should be done

2021-08-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37537 Andrew Pinski changed: What|Removed |Added Known to fail||8.2.0, 9.3.0 Status|NEW

[Bug tree-optimization/37537] mfcr is produced when a branch should be done

2017-09-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37537 --- Comment #1 from Andrew Pinski --- Happens also on aarch64: f: cmp w0, 0 ble .L2 cmp w1, w2 csetw7, lt cmp w7, 0 cselw0, w0, w1, ne ret .p2align 3 .L2:

[Bug tree-optimization/37537] mfcr is produced when a branch should be done

2008-09-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37537

[Bug tree-optimization/37537] mfcr is produced when a branch should be done

2008-09-16 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |