[all-commits] [llvm/llvm-project] 8666c2: [RISCV] Use llvm::bit_width (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jan 21 10:54:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8666c201eb2ac1651950a62b441d8f325f2ab06e
      https://github.com/llvm/llvm-project/commit/8666c201eb2ac1651950a62b441d8f325f2ab06e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-21 (Sat, 21 Jan 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Use llvm::bit_width (NFC)

I've verified that the arguments to llvm::bit_width are all of
uint64_t with:

  static_assert(std::is_same_v<uint64_t, decltype(Mask)>)




More information about the All-commits mailing list