Re: [PATCH, PR tree-optimization/71655] Fix LE and LT masks comparison cases

2016-06-28 Thread Richard Biener
On Tue, Jun 28, 2016 at 1:26 PM, Ilya Enkovich wrote: > Hi, > > Currently we use operands swap when compare masks using LT and LE codes. > Operands swap misses swap for their definition types and this patch > fixes it. Testing is in progress. OK for trunk if pass? Ok.

[PATCH, PR tree-optimization/71655] Fix LE and LT masks comparison cases

2016-06-28 Thread Ilya Enkovich
Hi, Currently we use operands swap when compare masks using LT and LE codes. Operands swap misses swap for their definition types and this patch fixes it. Testing is in progress. OK for trunk if pass? Thanks, Ilya -- gcc/ 2016-06-28 Ilya Enkovich *