diff options
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 |