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] Fix testqi_ext_3* on x86_64 (PR tree-optimization/25554)


On Wed, Dec 28, 2005 at 10:07:11AM -0500, Jakub Jelinek wrote:
> 	PR tree-optimization/25554
> 	* config/i386/i386.md (testqi_ext_3): Ensure len is positive
> 	and pos non-negative and pos + len <= 32.
> 	(testqi_ext_3_rex64): Ensure len is positive and pos non-negative,
> 	drop pos + len < HOST_BITS_PER_WIDE_INT test.
> 	(testqi_ext_3* splitter): Handle pos + len == HOST_BITS_PER_WIDE_INT.

Ok.


r~


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