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: [tuples][patch] Converting several easy passes


This patch enables pass_simple_dse, which was already tuplified, but it was
#if0'ed because it caused huge number of regressions. Tested on Compile
Farm (amd64-linux), no regressions.



* tree-ssa-dse.c (execute_simple_dse): #if 0 removed, bitmap_empty_p condition
added.
* passes.c (init_optimization_passes): pass_simple_dse enabled.


--
Jakub Staszak

Attachment: tuples-simple-dse.patch
Description: Binary data


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