diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2013-08-28 10:02:29 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2013-08-28 10:02:29 +0000 |
commit | a65f149af6fd90f1a849def3c1afb15d741ced2a (patch) | |
tree | c71ca0c5594b0450d0e06d03b0f2fbd0092fefd7 /test/CodeGen/Mips/msa/i5-b.ll | |
parent | 47e70960945ecb33a361987a9745e3dc80a1c78c (diff) | |
download | external_llvm-a65f149af6fd90f1a849def3c1afb15d741ced2a.zip external_llvm-a65f149af6fd90f1a849def3c1afb15d741ced2a.tar.gz external_llvm-a65f149af6fd90f1a849def3c1afb15d741ced2a.tar.bz2 |
[mips][msa] Summarize tests
Adds a comment to the start of each test summarizing the area the test covers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/msa/i5-b.ll')
-rw-r--r-- | test/CodeGen/Mips/msa/i5-b.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/msa/i5-b.ll b/test/CodeGen/Mips/msa/i5-b.ll index 87d4527..165c9a4 100644 --- a/test/CodeGen/Mips/msa/i5-b.ll +++ b/test/CodeGen/Mips/msa/i5-b.ll @@ -1,3 +1,6 @@ +; Test the MSA intrinsics that are encoded with the I5 instruction format. +; There are lots of these so this covers those beginning with 'b' + ; RUN: llc -march=mips -mattr=+msa < %s | FileCheck %s @llvm_mips_bclri_b_ARG1 = global <16 x i8> <i8 0, i8 1, i8 2, i8 3, i8 4, i8 5, i8 6, i8 7, i8 8, i8 9, i8 10, i8 11, i8 12, i8 13, i8 14, i8 15>, align 16 |