[llvm] [APInt] Add `bitwiseParity`, `compressBits`, and `expandBits` operations (PR #200114)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 01:08:50 PDT 2026


https://github.com/RKSimon commented:

These implementations seem a lot more straightforward:
https://github.com/RKSimon/llvm-project/blob/main/clang/lib/AST/ByteCode/InterpBuiltin.cpp#L5098-L5126

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


More information about the llvm-commits mailing list