This is the mail archive of the gcc@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: [lno] compute_immediate_uses in vectorizer causes ICE in pass_redundant_phi


Hello,

> I added a call to compute_immediate_uses() in the vectorizer, and I get
> ICE's all over SPEC during the subsequent redundant-phi-removal pass (even
> if I immediately return after the call to compute_immediate_uses(), doing
> no vectorization). If I disable the redundant-phi-removal pass after
> vectorization, I can compile SPEC successfully. Are there any restrictions
> on calling compute_immediate_uses(), or any cleanups that need to be done
> after it?

you must call free_df () afterwards.

Zdenek


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