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/49513] DOM inhibits if-conversion and vectorization


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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #4 from Jeffrey A. Law <law at redhat dot com> 2011-07-08 21:11:09 UTC ---
Prohibiting this in DOM would effectively prevent DOM from doing any loop
rotations.

I don't see a good way to solve this...  Ideally we'd have a way to know if a
particular IF is convertable and we could avoid threading through it.  

Jeff


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