Skip to content

Commit a9919db

Browse files
committed
Add AArch64 requirement for aarch64_fnmadd.ll
1 parent caa95c2 commit a9919db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/AArch64/aarch64_fnmadd.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
22
; RUN: llc < %s -mtriple=aarch64-linux-gnu -O3 | FileCheck %s
3+
; REQUIRES: aarch64-registered-target
34

45
define void @fnmaddd(ptr %a, ptr %b, ptr %c) {
56
; CHECK-LABEL: fnmaddd:

0 commit comments

Comments
 (0)