[llvm] [CodeGen] Use 128bits for LaneBitmask. (PR #111157)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 08:03:50 PDT 2024


sdesmalen-arm wrote:

> Would using `std::bitset<128>` be an option here?

Yes, I agree that's better than reinventing. I guess `llvm::bitset` would be preferred over `std::bitset` though?

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


More information about the llvm-commits mailing list