[clang] [CIR] max-across-vector (vmaxv_*) intrinsics (PR #194401)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 09:59:29 PDT 2026
================
@@ -1,6 +1,6 @@
// 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=ALL,LLVM
+// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -target-feature +fullfp16 -disable-O0-optnone -flax-vector-conversions=none -emit-llvm -o - %s | opt -S -passes=mem2reg,sroa | FileCheck %s --check-prefixes=ALL,LLVM
----------------
banach-space wrote:
This change is not required, please revert it.
https://github.com/llvm/llvm-project/pull/194401
More information about the cfe-commits
mailing list