[clang] [CIR][NEON] Add lowering support for `vceqzd_s64` (PR #179779)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 19:05:55 PST 2026
================
@@ -0,0 +1,33 @@
+// REQUIRES: aarch64-registered-target || arm-registered-target
+
+// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -disable-O0-optnone -flax-vector-conversions=none -emit-llvm -o - %s | opt -S -passes=mem2reg,sroa | FileCheck %s --check-prefixes=LLVM
+// RUN: %if cir-enabled %{%clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -disable-O0-optnone -flax-vector-conversions=none -fclangir -emit-llvm -o - %s | opt -S -passes=mem2reg,sroa | FileCheck %s --check-prefixes=LLVM %}
----------------
bcardosolopes wrote:
I was curious about in the issue, but I see now how you do it, nice!
https://github.com/llvm/llvm-project/pull/179779
More information about the cfe-commits
mailing list