public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/114802] New: FAIL: gcc.dg/tree-ssa/forwprop-40.c and forwprop-41.c on s390
@ 2024-04-22 10:54 stefansf at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: stefansf at gcc dot gnu.org @ 2024-04-22 10:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114802
           Summary: FAIL: gcc.dg/tree-ssa/forwprop-40.c and forwprop-41.c
                    on s390
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: stefansf at gcc dot gnu.org
  Target Milestone: ---
            Target: s390*-*-*

FAIL: gcc.dg/tree-ssa/forwprop-40.c scan-tree-dump-times optimized
"BIT_FIELD_REF" 0
FAIL: gcc.dg/tree-ssa/forwprop-40.c scan-tree-dump-times optimized
"BIT_INSERT_EXPR" 0
FAIL: gcc.dg/tree-ssa/forwprop-41.c scan-tree-dump-times optimized
"BIT_FIELD_REF" 0
FAIL: gcc.dg/tree-ssa/forwprop-41.c scan-tree-dump-times optimized
"BIT_INSERT_EXPR" 1

Originating from PR93080 the tests fail on s390 since can_vec_perm_const_p
fails which r14-3381-g27de9aa152141e aims for and therefore the bit insert/ref
survive. Thus, currently for forwprop-40.c we emit:

g:
        vlgvf   %r1,%v24,0                                                      
        vlvgf   %v24,%r1,0
        br      %r14

and for forwprop-41.c:

g:
        vlgvf   %r1,%v24,2
        vlvgf   %v24,%r1,2
        vlvgf   %v24,%r2,1
        br      %r14

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-22 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22 10:54 [Bug middle-end/114802] New: FAIL: gcc.dg/tree-ssa/forwprop-40.c and forwprop-41.c on s390 stefansf 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).