summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/neon-max-min.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/neon-max-min.ll')
-rw-r--r--test/CodeGen/AArch64/neon-max-min.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/neon-max-min.ll b/test/CodeGen/AArch64/neon-max-min.ll
index 7889c77e37..f9a50f4e5d 100644
--- a/test/CodeGen/AArch64/neon-max-min.ll
+++ b/test/CodeGen/AArch64/neon-max-min.ll
@@ -1,4 +1,5 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+neon < %s | FileCheck %s
+; These duplicate tests in arm64's vmax.ll
declare <8 x i8> @llvm.arm.neon.vmaxs.v8i8(<8 x i8>, <8 x i8>)
declare <8 x i8> @llvm.arm.neon.vmaxu.v8i8(<8 x i8>, <8 x i8>)