[AArch64] Add pass to enable additional comparison optimizations by CSE.
[oota-llvm.git] / test / CodeGen / Mips / mips16_32_5.ll
index 45e0bf49ddd2eb6f4b7f33f391ab639e5e7e271a..5d4c8a1af563059f8631d2d02f8d24ec5cf0026b 100644 (file)
@@ -6,22 +6,20 @@ entry:
   ret void
 }
 
-; 16:  .set    mips16                  # @foo
+; 16:  .set    mips16
 ; 16:  .ent    foo
-; 16:  save    {{.+}}
-; 16:  restore {{.+}} 
+; 16:  jrc $ra
 ; 16:  .end    foo
-; 32:  .set    mips16                  # @foo
+; 32:  .set    mips16
 ; 32:  .ent    foo
-; 32:  save    {{.+}}
-; 32:  restore {{.+}} 
+; 32:  jrc $ra
 ; 32:  .end    foo
 define void @nofoo() #1 {
 entry:
   ret void
 }
 
-; 16:  .set    nomips16                  # @nofoo
+; 16:  .set    nomips16
 ; 16:  .ent    nofoo
 ; 16:  .set    noreorder
 ; 16:  .set    nomacro
@@ -32,7 +30,7 @@ entry:
 ; 16:  .set    macro
 ; 16:  .set    reorder
 ; 16:  .end    nofoo
-; 32:  .set    nomips16                  # @nofoo
+; 32:  .set    nomips16
 ; 32:  .ent    nofoo
 ; 32:  .set    noreorder
 ; 32:  .set    nomacro
@@ -48,7 +46,7 @@ entry:
   ret i32 0
 }
 
-; 16:  .set    nomips16                  # @main
+; 16:  .set    nomips16
 ; 16:  .ent    main
 ; 16:  .set    noreorder
 ; 16:  .set    nomacro
@@ -60,7 +58,7 @@ entry:
 ; 16:  .set    reorder
 ; 16:  .end    main
 
-; 32:  .set    nomips16                  # @main
+; 32:  .set    nomips16
 ; 32:  .ent    main
 ; 32:  .set    noreorder
 ; 32:  .set    nomacro
@@ -75,6 +73,6 @@ entry:
 
 
 
-attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
-attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
-attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }