This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47831] avoid if-conversion if the conditional instructions and following conditional branch has the same condition
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 5 Mar 2011 15:19:45 +0000
- Subject: [Bug target/47831] avoid if-conversion if the conditional instructions and following conditional branch has the same condition
- Auto-submitted: auto-generated
- References: <bug-47831-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47831
--- Comment #2 from Steven Bosscher <steven at gcc dot gnu.org> 2011-03-05 15:19:41 UTC ---
Got RTL before and after the 2nd if-conversion pass, anyone?