This is the mail archive of the gcc@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: zero vector usagee (Was: Re: RFA: gcc.dg/simd-1.c fix for x86)


>>>>> "Joern" == Joern Rennecke <joern.rennecke@superh.com> writes:

 > zero.  We need to decide if using the zero vector is just optional,

No.  It's not optional.  Zeros must always be equivalent to
CONST0_RTX[MODE].  This is true across the board in gcc.  Vector
constants are no different.

 > I've used gen_rtx_CONST_VECTOR in some cases where it might
 > generate a zero.

Uhh, your patches might be causing Daniel's problems.

Aldy


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