Bit Manipulation Instruction Set

A rought search through LLVM code (searching for pdep or PDEP) suggests that LLVM doesn’t have any code that do it automatically so this is likely the right/only way right now.

That’ll be the next step for my PR.

2 Likes