https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92218
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|powerpc64le-gnu-linux, |powerpc*
|powerpc64-gnu-linux |
Host|powerpc64le-gnu-linux, |
|powerpc64-gnu-linux |
Build|powerpc64le-gnu-linux, |
|powerpc64-gnu-linux |
--- Comment #2 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The indexed attribute, like most attributes, is mostly used for the
scheduling descriptions currently, and isn't set on most insns, only
the ones where it makes a difference (and sometimes not those either;
patches welcome).
If you want to be *sure* what addressing something uses, you already
have that available: just look at the RTL itself!