Re: [PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-08-14 Thread Bin.Cheng
Ping. On Fri, Jul 28, 2017 at 12:37 PM, Bin Cheng wrote: > Hi, > This simple patch fixes the ICE by adding LTGT in vec_cmp > pattern. > I also modified the original test case into a compilation one since > -fno-wrapping-math > should not be used in general. > Bootstrap and test on AArch64, test

Re: [PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-08-01 Thread Bin.Cheng
On Fri, Jul 28, 2017 at 3:15 PM, Richard Sandiford wrote: > "Bin.Cheng" writes: >> On Fri, Jul 28, 2017 at 12:55 PM, Richard Sandiford >> wrote: >>> Bin Cheng writes: Hi, This simple patch fixes the ICE by adding LTGT in vec_cmp pattern. I also modified the original test cas

Re: [PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-07-28 Thread Bin.Cheng
On Fri, Jul 28, 2017 at 3:15 PM, Richard Sandiford wrote: > "Bin.Cheng" writes: >> On Fri, Jul 28, 2017 at 12:55 PM, Richard Sandiford >> wrote: >>> Bin Cheng writes: Hi, This simple patch fixes the ICE by adding LTGT in vec_cmp pattern. I also modified the original test cas

Re: [PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-07-28 Thread Richard Sandiford
"Bin.Cheng" writes: > On Fri, Jul 28, 2017 at 12:55 PM, Richard Sandiford > wrote: >> Bin Cheng writes: >>> Hi, >>> This simple patch fixes the ICE by adding LTGT in >>> vec_cmp pattern. >>> I also modified the original test case into a compilation one since >>> -fno-wrapping-math >>> should not

Re: [PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-07-28 Thread Bin.Cheng
On Fri, Jul 28, 2017 at 12:55 PM, Richard Sandiford wrote: > Bin Cheng writes: >> Hi, >> This simple patch fixes the ICE by adding LTGT in >> vec_cmp pattern. >> I also modified the original test case into a compilation one since >> -fno-wrapping-math >> should not be used in general. >> Bootstra

Re: [PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-07-28 Thread Richard Sandiford
Bin Cheng writes: > Hi, > This simple patch fixes the ICE by adding LTGT in > vec_cmp pattern. > I also modified the original test case into a compilation one since > -fno-wrapping-math > should not be used in general. > Bootstrap and test on AArch64, test result check for x86_64. Is it OK? > I w

[PATCH PR81228]Fixes ICE by adding LTGT in vec_cmp.

2017-07-28 Thread Bin Cheng
Hi, This simple patch fixes the ICE by adding LTGT in vec_cmp pattern. I also modified the original test case into a compilation one since -fno-wrapping-math should not be used in general. Bootstrap and test on AArch64, test result check for x86_64. Is it OK? I would also need to backport it t