public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/98602] New: Failure to optimise vector “x > -100 ? x : -100” to MAX_EXPR
@ 2021-01-08 13:22 rsandifo at gcc dot gnu.org
  2021-01-08 13:48 ` [Bug tree-optimization/98602] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2021-01-08 13:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98602
           Summary: Failure to optimise vector “x > -100 ? x : -100” to
                    MAX_EXPR
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rsandifo at gcc dot gnu.org
  Target Milestone: ---

We don't fold:

  typedef int v4si __attribute__ ((vector_size(16)));
  v4si f (v4si x) { return x > -100 ? x : -100; }

to a MAX_EXPR, even though we do if -100 is replaced with a
nonnegative constant or a variable.  This may be related to
the remaining part of PR95906.

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

end of thread, other threads:[~2021-06-29  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 13:22 [Bug tree-optimization/98602] New: Failure to optimise vector “x > -100 ? x : -100” to MAX_EXPR rsandifo at gcc dot gnu.org
2021-01-08 13:48 ` [Bug tree-optimization/98602] " rguenth at gcc dot gnu.org
2021-01-11 18:04 ` cvs-commit at gcc dot gnu.org
2021-06-29  6:38 ` pinskia at gcc dot gnu.org
2021-06-29  6:43 ` pinskia 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).