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 rtl-optimization/53652] *andn* isn't used for vectorization


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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu.org

--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-06-14 03:45:59 UTC ---
I'd humbly suggest adding a "not"-recognizer anon insn-and-split pattern with a
clear comment "combine needs this as a stepping stone to combine into the
andnot".
BTW, this PR seems target-specific; I don't see it for my vector back-end
(using 4.7.1:ish, has "and" and "not" and "andnot" V4SI).


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