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: patch: convert_move


On Thu, Jun 12, 2003 at 05:09:16PM -0400, Aldy Hernandez wrote:
> 	* expr.c (convert_move): When converting simd registers, handle
> 	the case where the registers are not tieable.

I wouldn't expect this to be the right place to handle this.
Without knowing more about the actual problem, I'd expect that
CLASS_CANNOT_CHANGE_MODE (or whatever it's current replacement)
to be a better solution.



r~


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