Re: [PATCH, rs6000] Add more overloaded built-ins for vec_cmpge and vec_cmple

2015-06-29 Thread David Edelsohn
On Mon, Jun 29, 2015 at 10:05 PM, Bill Schmidt wrote: > Hi, > > This patch adds built-in functions for vec_cmpge and vec_cmple required > by the ELFv2 ABI but not yet present in gcc. These make use of the > existing patterns for gt:VEC_I and gtu:VEC_I, applying the "not" > operator and reversing

[PATCH, rs6000] Add more overloaded built-ins for vec_cmpge and vec_cmple

2015-06-29 Thread Bill Schmidt
Hi, This patch adds built-in functions for vec_cmpge and vec_cmple required by the ELFv2 ABI but not yet present in gcc. These make use of the existing patterns for gt:VEC_I and gtu:VEC_I, applying the "not" operator and reversing the order of operands as needed. The result is generation of a vm