70caa829f79d0cb38632133c3a5b293f6bc68df2
[gcc.git] / gcc / ChangeLog
1 2020-01-01 Jakub Jelinek <jakub@redhat.com>
2
3 PR tree-optimization/93098
4 * match.pd (popcount): For shift amounts, use integer_onep
5 or wi::to_widest () == cst instead of tree_to_uhwi () == cst
6 tests. Make sure that precision is power of two larger than or equal
7 to 16. Ensure shift is never negative. Use HOST_WIDE_INT_UC macro
8 instead of ULL suffixed constants. Formatting fixes.
9 \f
10 Copyright (C) 2020 Free Software Foundation, Inc.
11
12 Copying and distribution of this file, with or without modification,
13 are permitted in any medium without royalty provided the copyright
14 notice and this notice are preserved.