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: split generic vector lowering from complex lowering



+struct tree_opt_pass pass_lower_vector = +{
+ "veclower", /* name */

veclower1, or the dump flags will not work very well.


(This is a bug also for the -fdump-rtl-* flags, which is fixed by my conversion of RTL passes to use the pass manager. Another bug that my conversion fixes is that -fdump-rtl-expand is mistakenly named -fdump-tree-expand currently, on mainline).

Paolo


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