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/69577] [5/6 Regression] wrong code with -fno-forward-propagate -mavx and 128bit arithmetics since r215450


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

--- Comment #5 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to Vladimir Makarov from comment #4)

> I believe machine-dependent code is more responsible for it.  I remember
> some discussion of it.  LRA follows RTL semantics where insn
> 
> (set (subreg reg 0) ...)
> 
> sets only part of subreg but x86-64 insn implementing it changes all reg.

Please see PR 67609 for the discussion.

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