[all-commits] [llvm/llvm-project] 039488: Fix MSVC "32-bit shift implicitly converted to 64 ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Oct 30 03:27:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03948882d3bac33cf71a47df1c7ee0f87aad9fc2
      https://github.com/llvm/llvm-project/commit/03948882d3bac33cf71a47df1c7ee0f87aad9fc2
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M llvm/lib/Support/TrieRawHashMap.cpp

  Log Message:
  -----------
  Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFC

NumBits should be less than 20 so using an unsigned instead of size_t should be OK



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