https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116799
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |s390x
Component|tree-optimization |target
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The gimple IR between x86 ( -fno-tree-vectorize -O2
--param=logical-op-non-short-circuit=0) and s390x right before expanding is the
same so this is either a RTL optimization issue or a target backend issue.
That would mean the change that fixed PR 111294 would just have exposed this
issue.