[llvm] [ISel] Introduce `llvm.pext` and `llvm.pdep` intrinsics (PR #200570)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun May 31 22:10:03 PDT 2026
================
@@ -5572,6 +5572,16 @@ class LLVM_ABI TargetLowering : public TargetLoweringBase {
/// \returns The expansion if successful, SDValue() otherwise
SDValue expandCLMUL(SDNode *N, SelectionDAG &DAG) const;
+ /// Expand bit extract (compress).
----------------
topperc wrote:
bit -> parallel
https://github.com/llvm/llvm-project/pull/200570
More information about the llvm-commits
mailing list