eisenwave wrote:

Using `compressBits` was deliberate from the start in order to align with 
`std::bit_compress` (now in C++29) and matematical lingo.

But I guess that `APInt` is the wrong place for that, given that operations on 
it are supposed to mirror the `@llvm.*` operations on integers, so it seems 
better to call it `pext` and `pdep` here.

https://github.com/llvm/llvm-project/pull/205112
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to