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: RFC: merging MEM_ATTRS


> expr: If all alternatives are identical, use that, otherwise use a PARALLEL.
> offset: Likewise.

Oops, while offset is an rtx and can use a PARALLEL, expr is a tree, so has
to use something else.  I suppose we can just chain together all
the expressions.


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