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

spop at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed May 14 03:59:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list