diff options
Diffstat (limited to 'test/CodeGen/Mips/msa/2r.ll')
-rw-r--r-- | test/CodeGen/Mips/msa/2r.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/msa/2r.ll b/test/CodeGen/Mips/msa/2r.ll index b0061ae..7719b7c 100644 --- a/test/CodeGen/Mips/msa/2r.ll +++ b/test/CodeGen/Mips/msa/2r.ll @@ -1,3 +1,5 @@ +; Test the MSA intrinsics that are encoded with the 2R instruction format. + ; RUN: llc -march=mips -mattr=+msa < %s | FileCheck %s @llvm_mips_nloc_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 |