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]

PRE (sometimes) confuses ivopts/scev?


Hi!

Are there known bad interaction PRs wrt PRE and loop optimizations?
I found only PR18848 for PRE problems.  Sometimes a lot better code
is created with -fno-tree-pre -- SCEV seems to be confused
and produces (for only extra IVs?) scev_not_known with PRE, but not
without, i.e. some uses are not detected?

Does this sound familiar to anyone?
Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/


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