This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Target specific attributes to variables
- From: "Pranav Bhandarkar" <pranav dot bhandarkar at gmail dot com>
- To: "Naveen H.S." <naveen dot hs at kpitcummins dot com>
- Cc: gcc at gcc dot gnu dot org, "Prafulla Thakare" <Prafulla dot Thakare at kpitcummins dot com>
- Date: Wed, 7 Nov 2007 14:35:52 +0530
- Subject: Re: Target specific attributes to variables
- References: <7B5265FF85A78C4BB9DAD0EE699C47600372BDE7@sohm.kpit.com>
> Even though the other 2 addressing modes are implemented, the
> attributes could not be checked in the other 2 modes. These 2 modes
> are "disp with register" and "register indirect" addressing modes. The
> tree structure in these addressing modes could not be checked for
> attributes using the RTX of the operand. We were unable to get any
> information from other target specific attributes.
Look up MEM_EXPR in the internals. You might want to use that for the
register indirect
case.
cheers!
Pranav