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