diff options
Diffstat (limited to 'test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll')
-rw-r--r-- | test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll b/test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll index 23675f5..f9cab03 100644 --- a/test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll +++ b/test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll @@ -1,5 +1,7 @@ ; RUN: llc -march=mips < %s ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s +; RUN: llc -march=mipsel < %s +; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s ; This test originally failed for MSA with a ; `Opc && "Cannot copy registers"' assertion. |