Skip to content

Fix "[AArch64] Implement NEON vscale intrinsics" #110136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Conversation

Lukacma
Copy link
Contributor

@Lukacma Lukacma commented Sep 26, 2024

This patch fixes failure of acle_neon_fscale.c in non-aarch64 targets.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Sep 26, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 26, 2024

@llvm/pr-subscribers-clang

Author: None (Lukacma)

Changes

This patch fixes failure of acle_neon_fscale.c in non-aarch64 targets.


Full diff: https://github.com/llvm/llvm-project/pull/110136.diff

1 Files Affected:

  • (modified) clang/test/CodeGen/aarch64-neon-fp8-intrinsics/acle_neon_fscale.c (+1)
diff --git a/clang/test/CodeGen/aarch64-neon-fp8-intrinsics/acle_neon_fscale.c b/clang/test/CodeGen/aarch64-neon-fp8-intrinsics/acle_neon_fscale.c
index b50d30876a7c51..87fec3a491a2dc 100644
--- a/clang/test/CodeGen/aarch64-neon-fp8-intrinsics/acle_neon_fscale.c
+++ b/clang/test/CodeGen/aarch64-neon-fp8-intrinsics/acle_neon_fscale.c
@@ -1,4 +1,5 @@
 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+// REQUIRES: aarch64-registered-target
 #include <arm_neon.h>
 
 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +fp8 -O3 -emit-llvm -o - %s | FileCheck %s

@Lukacma Lukacma merged commit 24d707e into llvm:main Sep 26, 2024
4 of 5 checks passed
Sterling-Augustine pushed a commit to Sterling-Augustine/llvm-project that referenced this pull request Sep 27, 2024
This patch fixes failure of  acle_neon_fscale.c in non-aarch64 targets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants