Re: [PATCH] x86: Optimize load of const all 1s float vectors

2021-08-08 Thread Uros Bizjak via Gcc-patches
On Sat, Aug 7, 2021 at 4:41 PM H.J. Lu wrote: > > Update vector_all_ones_operand to return true for const all 1s float > vectors. > > gcc/ > > PR target/101804 > * config/i386/predicates.md (vector_all_ones_operand): Return > true for const all 1s float vectors. > >

[PATCH] x86: Optimize load of const all 1s float vectors

2021-08-07 Thread H.J. Lu via Gcc-patches
Update vector_all_ones_operand to return true for const all 1s float vectors. gcc/ PR target/101804 * config/i386/predicates.md (vector_all_ones_operand): Return true for const all 1s float vectors. gcc/testsuite/ PR target/101804 *