fold-const.c
503 KB
-
re PR tree-optimization/31261 (Missed tree optimizations: (8 - (x & 7)) & 7) · 140d4eff
PR tree-optimization/31261 * fold-const.c (fold_binary): Optimize ((A & N) + B) & M for constants M and N, M == (1LL << cst) - 1 && (N & M) == M. * gcc.dg/tree-ssa/pr31261.c: New test. From-SVN: r164761
Jakub Jelinek committed