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 | 2d999ebb84280a50c2547293cfa44d323d66de1f (patch) | |
tree | 0e2e1d8d4beed41cb41dee4f20def81b122a0866 /llvm/test/CodeGen/Mips/msa/3rf_float_int.ll | |
parent | 550ce583120e318ebc045a1250e29128608fe9c2 (diff) | |
download | bcm5719-llvm-2d999ebb84280a50c2547293cfa44d323d66de1f.tar.gz bcm5719-llvm-2d999ebb84280a50c2547293cfa44d323d66de1f.zip |
[mips][msa] Summarize tests
Adds a comment to the start of each test summarizing the area the test covers.
llvm-svn: 189465
Diffstat (limited to 'llvm/test/CodeGen/Mips/msa/3rf_float_int.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/msa/3rf_float_int.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/msa/3rf_float_int.ll b/llvm/test/CodeGen/Mips/msa/3rf_float_int.ll index 6b9998d4b12..6fd46f5e7f2 100644 --- a/llvm/test/CodeGen/Mips/msa/3rf_float_int.ll +++ b/llvm/test/CodeGen/Mips/msa/3rf_float_int.ll @@ -1,3 +1,6 @@ +; Test the MSA intrinsics that are encoded with the 3RF instruction format and +; take an integer as an operand. + ; RUN: llc -march=mips -mattr=+msa < %s | FileCheck %s @llvm_mips_fexp2_w_ARG1 = global <4 x float> <float 0.000000e+00, float 1.000000e+00, float 2.000000e+00, float 3.000000e+00>, align 16 |