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 rtl-optimization/87678] Redundant vmovss with -fPIC


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

--- Comment #12 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Segher Boessenkool from comment #11)
> Should LRA do this?  Shouldn't it be done earlier?  Or later, in a peephole
> for example?

I think that combine should do this propagation, if the simplified insn with
immediate is not recognized.

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