This is the mail archive of the gcc-patches@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]

Re: Combine performance regression (was: Fix PR target/18701)


Richard Henderson wrote:

> Alternately, the bug is the s390 port exposing the AND as the method
> of zero extend too early.  You'll note that other targets such as Alpha,
> powerpc, and sparc (which also have to do this via AND) do not expose
> this detail ever.

Unfortunately I cannot use an immediate operand for the constant 255,
so I have to reload it into a register (or use memory), which means
I have to expose this detail before reload ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  Linux on zSeries Development
  Ulrich.Weigand@de.ibm.com


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