[all-commits] [llvm/llvm-project] 3c31ee: [APInt] Call countTrailingZerosSlowCase() directly...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Nov 17 23:16:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c31ee740669fc80ff1bb4ae3724aa778cd1659e
      https://github.com/llvm/llvm-project/commit/3c31ee740669fc80ff1bb4ae3724aa778cd1659e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-11-17 (Sun, 17 Nov 2024)

  Changed paths:
    M llvm/include/llvm/ADT/APInt.h

  Log Message:
  -----------
  [APInt] Call countTrailingZerosSlowCase() directly from isShiftedMask. NFC

We checked the single word case already and we already call
countLeadingZerosSlowCase and countPopulationSlowCase.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list