diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/msa/llvm-stress-s997348632.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/msa/llvm-stress-s997348632.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/msa/llvm-stress-s997348632.ll b/llvm/test/CodeGen/Mips/msa/llvm-stress-s997348632.ll index 399d3a05011..dc4200ad428 100644 --- a/llvm/test/CodeGen/Mips/msa/llvm-stress-s997348632.ll +++ b/llvm/test/CodeGen/Mips/msa/llvm-stress-s997348632.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 instructions for extract_vector_elt for ; v2f64 on MSA. |

