public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/67480] New: AVX512 bitwise logic operations pattern is incorrect
@ 2015-09-07 13:57 afomin.mailbox at gmail dot com
  2015-09-07 13:59 ` [Bug target/67480] " afomin.mailbox at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: afomin.mailbox at gmail dot com @ 2015-09-07 13:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67480

            Bug ID: 67480
           Summary: AVX512 bitwise logic operations pattern is incorrect
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Keywords: assemble-failure, wrong-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: afomin.mailbox at gmail dot com
                CC: kyukhin at gcc dot gnu.org, ubizjak at gmail dot com
  Target Milestone: ---
            Target: i?86-*-*, x86_64-*-*

For the loop in the attached testcase compiled with -mavx512bw -O2
-ftree-vectorize, we emit invalid AVX512 bitwise logic instruction. The reason
is wrong define_insn pattern: given a, let's say, bitwise `and` instruction
with Q/H mode and no masking for AVX512{F,BW} target, we may result in emitting
an vp<logic> instruction without <ssemodesufix> as there is no AVX512VL
support.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-06 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-07 13:57 [Bug target/67480] New: AVX512 bitwise logic operations pattern is incorrect afomin.mailbox at gmail dot com
2015-09-07 13:59 ` [Bug target/67480] " afomin.mailbox at gmail dot com
2015-09-07 15:53 ` afomin.mailbox at gmail dot com
2015-09-10 10:32 ` afomin.mailbox at gmail dot com
2015-09-22 11:15 ` kyukhin at gcc dot gnu.org
2015-09-22 11:20 ` afomin.mailbox at gmail dot com
2015-10-06 12:30 ` kyukhin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).