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: new sign/zero extension elimination pass


On 10/22/2010 10:30 AM, Eric Botcazou wrote:
If not, why does it not use
the DF framework instead of recomputing DU chains manually?

Rather than on DU chains (which are a very expensive problem just because of its asymptotic complexity, so it's better to use it only on small regions such as loops), I'd be picky about usage of note_uses, which can be very simply replaced by a loop over the DF_INSN_USES vector.


Paolo


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