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: Marking variable as addressable from within SSA pass


> We need to invent something for this.  Do not use ADDR_EXPR.

Okay to use VIEW_CONVERT_EXPR to a struct containing an array (see
finish_vector in tree.c), and hope for SRA to do something?

Paolo




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