re PR tree-optimization/90836 (Missing popcount pattern matching)
authorDmitrij Pochepko <dmitrij.pochepko@bell-sw.com>
Tue, 8 Oct 2019 21:53:03 +0000 (21:53 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 8 Oct 2019 21:53:03 +0000 (21:53 +0000)
commit0eeb34b29937338a8087216c49d3837b69107238
tree4dfa1d239294963b761b515b8e82e55461f3af0f
parentac87f0f3459a57f03503e51aeffc54bb6ef36b90
re PR tree-optimization/90836 (Missing popcount pattern matching)

2019-10-08  Dmitrij Pochepko <dmitrij.pochepko@bell-sw.com>

PR tree-optimization/90836
* lib/target-supports.exp (check_effective_target_popcount)
(check_effective_target_popcountll): New effective targets.
* gcc.dg/tree-ssa/popcount4.c: New test.
* gcc.dg/tree-ssa/popcount4l.c: New test.
* gcc.dg/tree-ssa/popcount4ll.c: New test.

From-SVN: r276722
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/popcount4.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c [new file with mode: 0644]
gcc/testsuite/lib/target-supports.exp