This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix possible FP reassociation problem in simplify-rtx.c



This introduces a missed optimization (and so hides wrong-code PR28651).
simplify_plus_minus (MINUS, SImode, op0, op1) no longer simplifies

(gdb) call debug_rtx (op0)
(plus:SI (reg/v:SI 59 [ u ])
   (const_int 4 [0x4]))
(gdb) call debug_rtx (op1)
(reg/v:SI 59 [ u ])
There is a PR already assigned to me about this.

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]