[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:47 PST 2026


================
@@ -1288,6 +1289,13 @@ class CIRGenFunction : public CIRGenTypeCache {
                                       SourceLocation assumptionLoc,
                                       int64_t alignment,
                                       mlir::Value offsetValue = nullptr);
+  /// -----------------------------
+  /// CIR emit functions -- AArch64
+  /// -----------------------------
+  mlir::Value
+  emitAArch64CompareBuiltinExpr(mlir::Location loc, mlir::Value src,
----------------
andykaylor wrote:

Is there a reason this should be in CIRGenFunction rather than just a static function in the implementation file?

https://github.com/llvm/llvm-project/pull/179779


More information about the cfe-commits mailing list