[clang] [CIR][X86] Add support for kunpck builtins (PR #168757)
Ahmed Nour via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 20 01:14:33 PST 2025
================
@@ -33,6 +33,28 @@ static mlir::Value emitIntrinsicCallOp(CIRGenFunction &cgf, const CallExpr *e,
.getResult();
}
+static mlir::Value getMaskVecValue(CIRGenBuilderTy &builder, mlir::Value mask,
----------------
ahmednoursphinx wrote:
refactored to specifically refer to kunpack operation
https://github.com/llvm/llvm-project/pull/168757
More information about the cfe-commits
mailing list