[clang] [CIR][NEON] Add lowering support for `vceqzd_s64` (PR #179779)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 14:49:48 PST 2026
================
@@ -88,6 +88,54 @@ findARMVectorIntrinsicInMap(ArrayRef<AArch64BuiltinInfo> intrinsicMap,
return nullptr;
}
+//===----------------------------------------------------------------------===//
+// Emit-helpers
+//===----------------------------------------------------------------------===//
+mlir::Value CIRGenFunction::emitAArch64CompareBuiltinExpr(
+ mlir::Location loc, mlir::Value src, mlir::Type ty,
+ const llvm::CmpInst::Predicate pred) {
----------------
andykaylor wrote:
```suggestion
const cir::CmpOpKind pred pred) {
```
https://github.com/llvm/llvm-project/pull/179779
More information about the cfe-commits
mailing list