public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
@ 2021-08-06  3:22 crazylht at gmail dot com
  2021-08-06  3:23 ` [Bug target/101796] " crazylht at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: crazylht at gmail dot com @ 2021-08-06  3:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101796
           Summary: Miss optimization to optimized (vashl op0, (op1:
                    const_duplicate_vector)) to (ashl op0 op1_inner)
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: crazylht at gmail dot com
  Target Milestone: ---
              Host: x86_64-pc-linux-gnu
            Target: x86_64-*-* i?86-*-*

#include <immintrin.h>

__m512i
foo (__m512i a, short b)
{
  return _mm512_srlv_epi16 (a, _mm512_set1_epi16 (3));
}

llvm generate 

vpsrlw  zmm0, zmm0, 3

but gcc generate

foo(long long __vector(8), short):
        movl    $3, %eax
        vpbroadcastw    %eax, %zmm31
        vpsrlvw %zmm31, %zmm0, %zmm0
        ret

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

* [Bug target/101796] Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
  2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
@ 2021-08-06  3:23 ` crazylht at gmail dot com
  2021-08-06  6:27 ` crazylht at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: crazylht at gmail dot com @ 2021-08-06  3:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> ---
There's 2 issues.

1. simplify_rtx should be able to simplify it.
2. x86 backend use ix86_gen_scratch_sse_rtx (mode) which prevent simplication.

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

* [Bug target/101796] Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
  2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
  2021-08-06  3:23 ` [Bug target/101796] " crazylht at gmail dot com
@ 2021-08-06  6:27 ` crazylht at gmail dot com
  2021-08-27  7:26 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: crazylht at gmail dot com @ 2021-08-06  6:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---

> 2. x86 backend use ix86_gen_scratch_sse_rtx (mode) which prevent
> simplication.


Correct: ix86_gen_scratch_sse_rtx doesn't prevent optimization here.

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

* [Bug target/101796] Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
  2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
  2021-08-06  3:23 ` [Bug target/101796] " crazylht at gmail dot com
  2021-08-06  6:27 ` crazylht at gmail dot com
@ 2021-08-27  7:26 ` pinskia at gcc dot gnu.org
  2021-08-27  7:34 ` crazylht at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-27  7:26 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-08-27
           Severity|normal                      |enhancement
          Component|rtl-optimization            |target
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Combine is able to do the combine but it fails as it does not match:
Trying 10, 9 -> 14:
   10: r92:HI=0x3
    9: r91:V32HI=vec_duplicate(r92:HI)
      REG_DEAD r92:HI
      REG_EQUAL const_vector
   14: r88:V32HI=r96:V8DI#0 0>>r91:V32HI
      REG_DEAD r96:V8DI
      REG_DEAD r91:V32HI
Failed to match this instruction:
(set (reg:V32HI 88)
    (lshiftrt:V32HI (subreg:V32HI (reg:V8DI 96) 0)
        (const_vector:V32HI [
                (const_int 3 [0x3]) repeated x32
            ])))

This instruction does not have alt for the dup/const_vect case I think:
(define_insn "<avx2_avx512>_<insn>v<mode><mask_name>"
  [(set (match_operand:VI2_AVX512VL 0 "register_operand" "=v")
        (any_lshift:VI2_AVX512VL
          (match_operand:VI2_AVX512VL 1 "register_operand" "v")
          (match_operand:VI2_AVX512VL 2 "nonimmediate_operand" "vm")))]
  "TARGET_AVX512BW"
  "vp<vshift>v<ssemodesuffix>\t{%2, %1, %0<mask_operand3>|%0<mask_operand3>,
%1, %2}"
  [(set_attr "type" "sseishft")
   (set_attr "prefix" "maybe_evex")
   (set_attr "mode" "<sseinsnmode>")])

Note I don't think simplify-rtx will change const_vector to just 3 though.

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

* [Bug target/101796] Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
  2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
                   ` (2 preceding siblings ...)
  2021-08-27  7:26 ` pinskia at gcc dot gnu.org
@ 2021-08-27  7:34 ` crazylht at gmail dot com
  2021-12-15  8:27 ` cvs-commit at gcc dot gnu.org
  2021-12-15  8:27 ` crazylht at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: crazylht at gmail dot com @ 2021-08-27  7:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Hongtao.liu <crazylht at gmail dot com> ---
(In reply to Andrew Pinski from comment #3)
> Combine is able to do the combine but it fails as it does not match:
> Trying 10, 9 -> 14:
>    10: r92:HI=0x3
>     9: r91:V32HI=vec_duplicate(r92:HI)
>       REG_DEAD r92:HI
>       REG_EQUAL const_vector
>    14: r88:V32HI=r96:V8DI#0 0>>r91:V32HI
>       REG_DEAD r96:V8DI
>       REG_DEAD r91:V32HI
> Failed to match this instruction:
> (set (reg:V32HI 88)
>     (lshiftrt:V32HI (subreg:V32HI (reg:V8DI 96) 0)
>         (const_vector:V32HI [
>                 (const_int 3 [0x3]) repeated x32
>             ])))
> 
> This instruction does not have alt for the dup/const_vect case I think:
> (define_insn "<avx2_avx512>_<insn>v<mode><mask_name>"
>   [(set (match_operand:VI2_AVX512VL 0 "register_operand" "=v")
>         (any_lshift:VI2_AVX512VL
>           (match_operand:VI2_AVX512VL 1 "register_operand" "v")
>           (match_operand:VI2_AVX512VL 2 "nonimmediate_operand" "vm")))]
>   "TARGET_AVX512BW"
>   "vp<vshift>v<ssemodesuffix>\t{%2, %1, %0<mask_operand3>|%0<mask_operand3>,
> %1, %2}"
>   [(set_attr "type" "sseishft")
>    (set_attr "prefix" "maybe_evex")
>    (set_attr "mode" "<sseinsnmode>")])
> 
> Note I don't think simplify-rtx will change const_vector to just 3 though.

Yes, it's rejected at
https://gcc.gnu.org/pipermail/gcc-patches/2021-August/576837.html

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

* [Bug target/101796] Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
  2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
                   ` (3 preceding siblings ...)
  2021-08-27  7:34 ` crazylht at gmail dot com
@ 2021-12-15  8:27 ` cvs-commit at gcc dot gnu.org
  2021-12-15  8:27 ` crazylht at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-15  8:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:8f9fea41a767f6ad8cf3d521031048a2491f98b1

commit r12-5990-g8f9fea41a767f6ad8cf3d521031048a2491f98b1
Author: Haochen Jiang <haochen.jiang@intel.com>
Date:   Wed Dec 1 16:48:28 2021 +0800

    Add combine splitter to transform vashr/vlshr/vashl_optab to
ashr/lshr/ashl_optab for const vector duplicate operand.

    gcc/ChangeLog:

            PR target/101796
            * config/i386/predicates.md (const_vector_operand):
            Add new predicate.
            * config/i386/sse.md(<insn><mode>3<mask_name>):
            Add new define_split below.

    gcc/testsuite/ChangeLog:

            PR target/101796
            * gcc.target/i386/pr101796-1.c: New test.

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

* [Bug target/101796] Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
  2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
                   ` (4 preceding siblings ...)
  2021-12-15  8:27 ` cvs-commit at gcc dot gnu.org
@ 2021-12-15  8:27 ` crazylht at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: crazylht at gmail dot com @ 2021-12-15  8:27 UTC (permalink / raw)
  To: gcc-bugs

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

Hongtao.liu <crazylht at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Hongtao.liu <crazylht at gmail dot com> ---
Fixed in GCC12.

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

end of thread, other threads:[~2021-12-15  8:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  3:22 [Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner) crazylht at gmail dot com
2021-08-06  3:23 ` [Bug target/101796] " crazylht at gmail dot com
2021-08-06  6:27 ` crazylht at gmail dot com
2021-08-27  7:26 ` pinskia at gcc dot gnu.org
2021-08-27  7:34 ` crazylht at gmail dot com
2021-12-15  8:27 ` cvs-commit at gcc dot gnu.org
2021-12-15  8:27 ` crazylht at gmail dot com

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