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: [RFC] Use which_alternative in preparation-statements of define_insn_and_split


On 11/21/2011 05:38 PM, Jiangning Liu wrote:
> But I still want to know why we don't want to support this? I don't see any
> GCC documentation saying not allowing this usage.

Before reload, which_alternative doesn't make much sense, yet you compute it anyway.  After reload, but for raw define_split, which_alternative doesn't make much sense, yet you compute it anyway.

Now, either or both are fixable, but instead it seemed to me like maybe you were going down the wrong path entirely.


r~


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