Re: [PATCH] AArch64+SVE: Add support for unpacked unary ops and BIC

2020-06-08 Thread Richard Sandiford
Hi Joe, Joe Ramsay writes: > Hi! > > MD patterns extended for unary ops ABS, CLS, CLZ, CNT, NEG and NOT > to support unpacked vectors. Also extended patterns for BIC to > support unpacked vectors where input elements are of the same width. Thanks for the patch. Looks good, but... > @@

[PATCH] AArch64+SVE: Add support for unpacked unary ops and BIC

2020-06-08 Thread Joe Ramsay
Hi! MD patterns extended for unary ops ABS, CLS, CLZ, CNT, NEG and NOT to support unpacked vectors. Also extended patterns for BIC to support unpacked vectors where input elements are of the same width. Tested on x86_64-linux and aarch64-linux hosts. Thanks, Joe gcc/ChangeLog: 2020-05-27 Joe