[patch] lno branch merge -- vectorizer patch #4

Daniel Berlin dberlin@dberlin.org
Wed Sep 22 17:54:00 GMT 2004


On Sep 22, 2004, at 1:13 PM, Dorit Naishlos wrote:

> <vect_patch.Sept22>

Seeing all these new tree_codes for INDIRECT_REF, and adding two more 
||'s everywhere made me wonder if we shouldn't just have an 
INDIRECT_REF_P macro that is simply

#define INDIRECT_REF_P(x) (TREE_CODE (x) == INDIRECT_REF || TREE_CODE 
(x) == MISALIGNED_INDIRECT_REF || TREE_CODE (x) == ALIGN_INDIRECT_REF)

and use that instead where possible.

I'm happy to do that for you after your patch is approved/committed if 
you are tired of iterating this patch, and people think it's a good 
idea :)



More information about the Gcc-patches mailing list