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: Committed, CRIS predicates.md. Some findings.


> Date: Thu, 21 Apr 2005 00:33:01 +0200
> From: Hans-Peter Nilsson <hp@axis.com>

> 4. I was also refreshed on that no other RTX than CONST_INT must
> have VOIDmode (see also PR 20413).  This is not specific for
> predicates however; genrecog also only treats CONST_INT as
> special in this regard.  I suspect some other target also
> generate CONST of VOIDmode.  I suggest having ENABLE_CHECKING
> tests for this.

Yeah, there are exceptions, like SET, CC0 (soon to be gone
except in gen*) and PARALLEL but not for RTX:es that match
against a mode.  IIUC.

brgds, H-P


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