[Bug target/59291] [SH] Group T bit related insns before combine

2024-07-04 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59291 --- Comment #4 from Oleg Endo --- (In reply to pietro from comment #3) > The following peehole: > > (define_peephole > [(set (match_operand:SI 0 "arith_reg_dest") > (plus:SI (match_dup 0) > (match_operand:SI 1 "arith_reg_ope

[Bug target/59291] [SH] Group T bit related insns before combine

2024-07-04 Thread pietro.gcc at sociotechnical dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59291 --- Comment #3 from pietro --- The following peehole: (define_peephole [(set (match_operand:SI 0 "arith_reg_dest") (plus:SI (match_dup 0) (match_operand:SI 1 "arith_reg_operand"))) (set (match_operand:SI 2 "arith_r

[Bug target/59291] [SH] Group T bit related insns before combine

2024-05-27 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59291 Oleg Endo changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/59291] [SH] Group T bit related insns before combine

2024-05-27 Thread pietro.gcc at sociotechnical dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59291 pietro changed: What|Removed |Added CC||pietro.gcc at sociotechnical dot x