summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/sext_inreg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/sext_inreg.ll')
-rw-r--r--test/CodeGen/AArch64/sext_inreg.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/sext_inreg.ll b/test/CodeGen/AArch64/sext_inreg.ll
index 2f76081eb0..7873c6462d 100644
--- a/test/CodeGen/AArch64/sext_inreg.ll
+++ b/test/CodeGen/AArch64/sext_inreg.ll
@@ -1,5 +1,9 @@
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
+; arm64: This test contains much that is unique and valuable. Unfortunately the
+; bits that are unique aren't valuable and the bits that are valuable aren't
+; unique. (weird ABI types vs bog-standard shifting & extensions).
+
; For formal arguments, we have the following vector type promotion,
; v2i8 is promoted to v2i32(f64)
; v2i16 is promoted to v2i32(f64)