Ping.
On Fri, Jul 28, 2017 at 12:37 PM, Bin Cheng <bin.ch...@arm.com> wrote: > Hi, > This simple patch fixes the ICE by adding LTGT in vec_cmp<mode><v_cmp_result> > 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 to gcc-7-branch. > > Thanks, > bin > 2017-07-27 Bin Cheng <bin.ch...@arm.com> > > PR target/81228 > * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Add > LTGT. > > gcc/testsuite/ChangeLog > 2017-07-27 Bin Cheng <bin.ch...@arm.com> > > PR target/81228 > * gcc.dg/pr81228.c: New.