Re: [PATCH] vect/testsuite: Adjust dumping for fully masking decision

2020-07-08 Thread Richard Sandiford
"Kewen.Lin" writes: > Hi, > > As Richard S. suggested in the review of vector with length patch > series, we can use one message on "partial vectors" instead of > "fully with masking". This patch is to update the dumping string > and related test cases. > > Bootstrapped/regtested on aarch64-linux

[PATCH] vect/testsuite: Adjust dumping for fully masking decision

2020-07-08 Thread Kewen.Lin via Gcc-patches
Hi, As Richard S. suggested in the review of vector with length patch series, we can use one message on "partial vectors" instead of "fully with masking". This patch is to update the dumping string and related test cases. Bootstrapped/regtested on aarch64-linux-gnu. Is it ok for trunk? BR, Kew