[llvm] Refactor LaneBitmask to be a Bitset (PR #191757)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 02:09:53 PDT 2026


================
@@ -194,8 +201,86 @@ template <unsigned NumBits> class Bitset {
     }
     return false;
   }
+
+  constexpr Bitset &operator<<=(unsigned N) {
----------------
arsenm wrote:

It always was 

https://github.com/llvm/llvm-project/pull/191757


More information about the llvm-commits mailing list