[all-commits] [llvm/llvm-project] ce6eb4: [GlobalISel][KnownBits] Implement G_CTPOP

Jon Roelofs via All-commits all-commits at lists.llvm.org
Thu Aug 5 17:28:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce6eb4f15a159e652bdccf92a9d3da8a972d1596
      https://github.com/llvm/llvm-project/commit/ce6eb4f15a159e652bdccf92a9d3da8a972d1596
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
    M llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp

  Log Message:
  -----------
  [GlobalISel][KnownBits] Implement G_CTPOP

Implementation copied almost verbatim from ValueTracking.

Differential revision: https://reviews.llvm.org/D107606




More information about the All-commits mailing list