This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/36228] redundant runtime check while vectorizing



------- Comment #2 from spop at gcc dot gnu dot org  2008-05-14 03:59 -------
Subject: Re:  redundant runtime check while vectorizing

How costly would it be if we do as a first data dependence test a call
to operand_equal_p on the array references?  That certainly would
avoid lot of computations downstream in the data dependence test, but
would be applied as an initial test to all dependence relations.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36228


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