[all-commits] [llvm/llvm-project] a16477: ADT: Add constructor from uint64_t array for Bitse...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Oct 9 20:16:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a16477a52fcb49fa029b7ec215ec707b0a344223
      https://github.com/llvm/llvm-project/commit/a16477a52fcb49fa029b7ec215ec707b0a344223
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-10-10 (Fri, 10 Oct 2025)

  Changed paths:
    M llvm/include/llvm/ADT/Bitset.h
    A llvm/unittests/ADT/BitsetTest.cpp
    M llvm/unittests/ADT/CMakeLists.txt

  Log Message:
  -----------
  ADT: Add constructor from uint64_t array for Bitset (#162703)

Avoids exposing the implementation detail of uintptr_t to
the constructor.

This is a replacement of b738f630f73975bc591a82fdcb4858ae5da67477
which avoids needing tablegen to know the underlying storage type.



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