This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/33315] If condition not getting eliminated
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 04 Feb 2012 02:33:16 +0000
- Subject: [Bug middle-end/33315] If condition not getting eliminated
- Auto-submitted: auto-generated
- References: <bug-33315-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-04 02:33:16 UTC ---
tail merge should be able to do this. It currently does not though for the
provided testcase in comment #1 but that is PR 52009.
Also note cselim should be able to do it too.