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/2rf.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/2rf.ll')
-rw-r--r-- | test/CodeGen/Mips/msa/2rf.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/msa/2rf.ll b/test/CodeGen/Mips/msa/2rf.ll index 6283cdf..7437287 100644 --- a/test/CodeGen/Mips/msa/2rf.ll +++ b/test/CodeGen/Mips/msa/2rf.ll @@ -1,3 +1,5 @@ +; Test the MSA intrinsics that are encoded with the 2RF instruction format. + ; RUN: llc -march=mips -mattr=+msa < %s | FileCheck %s @llvm_mips_flog2_w_ARG1 = global <4 x float> <float 0.000000e+00, float 1.000000e+00, float 2.000000e+00, float 3.000000e+00>, align 16 |