[mips][msa] Build all the tests in little and big endian modes and correct an incorre...
[oota-llvm.git] / test / CodeGen / Mips / msa / llvm-stress-s525530439.ll
index 685c407d020ca6042d4a3e5ecd029868ff23b513..697871df797df598d93b724382308c4dbb59a8d9 100644 (file)
@@ -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
 ; `Num < NumOperands && "Invalid child # of SDNode!"' assertion.