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: define_memory_constraint and REG_OK_STRICT



My question is my definition of strict correct?
or should it be reload_in_progress || reload_completed?

This is not my area of expertise, but "reload_completed" is definitely too weak.


I actually think strict should always be true when testing for satisfaction of constraints.

Paolo


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