This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.
- 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: Fri, 12 Oct 2012 22:34:49 +0000
- Subject: [Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.
- Auto-submitted: auto-generated
- References: <bug-38711-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711
--- Comment #1 from Steven Bosscher <steven at gcc dot gnu.org> 2012-10-12 22:34:49 UTC ---
Created attachment 28438
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28438
Use DF_LIVE where possible in IRA
Only in reload1.c should we continue to use DF_LR
Bootstrapped on x86_64-unknown-linux-gnu.