This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81572] [7/8 Regression] gcc-7 regression: unnecessary vector regmove on compare


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

--- Comment #3 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
  I am working on this PR.  The patch will be ready today or tomorrow.

  The problem is that the move insn has one alternative with early clobber and
this move insn is  processed on a fast path which ignores that other
alternatives might have no early clobbers.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]