diff options
Diffstat (limited to 'test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll')
-rw-r--r-- | test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll b/test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll index 36afffe..8c4fcba 100644 --- a/test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll +++ b/test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.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 to select code for a truncstore of a ; build_vector. |