This is the mail archive of the gcc-bugs@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]

[Bug middle-end/53347] Duplicated redundant condition in compare-elim.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53347

--- Comment #1 from Paolo Bonzini <bonzini at gnu dot org> 2012-05-15 09:56:59 UTC ---
The code in conforming_compare matches this comment with or without the
duplicate test:

   (1) All comparison patterns are represented as

    [(set (reg:CC) (compare:CC (reg) (immediate)))]

so it looks like it could be removed.


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