[all-commits] [llvm/llvm-project] b142e9: [InstCombine] add tests for popcount with zext ope...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Apr 29 12:07:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b142e9d1c5170baad39dee3e800032460554551a
      https://github.com/llvm/llvm-project/commit/b142e9d1c5170baad39dee3e800032460554551a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/ctpop.ll

  Log Message:
  -----------
  [InstCombine] add tests for popcount with zext operand; NFC

PR50141


  Commit: 0f8b6686ac288cda8d14d2ec5b8ca98d188b0684
      https://github.com/llvm/llvm-project/commit/0f8b6686ac288cda8d14d2ec5b8ca98d188b0684
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/test/Transforms/InstCombine/ctpop.ll

  Log Message:
  -----------
  [InstCombine] narrow popcount with zext operand

https://llvm.org/PR50141


Compare: https://github.com/llvm/llvm-project/compare/c1b7460b5b70...0f8b6686ac28


More information about the All-commits mailing list