RegAllocGreedy comment.
[oota-llvm.git] / test / CodeGen / MBlaze / shift.ll
index 7eac6411dec0bf83e46cbdfc521a1a4359a79496..c1c890d919af5c233a6eaf6a91ed5e143dd24026 100644 (file)
@@ -6,14 +6,13 @@
 ; RUN: llc < %s -march=mblaze -mattr=+barrel | FileCheck -check-prefix=SHT %s
 
 define i8 @test_i8(i8 %a, i8 %b) {
-    ; FUN:        test_i8:
-    ; SHT:        test_i8:
+    ; FUN-LABEL:        test_i8:
+    ; SHT-LABEL:        test_i8:
 
     %tmp.1 = shl i8 %a, %b
     ; FUN:        andi
     ; FUN:        add
     ; FUN:        bnei
-    ; SHT-NOT:    andi
     ; SHT-NOT:    bnei
 
     ret i8 %tmp.1
@@ -24,8 +23,8 @@ define i8 @test_i8(i8 %a, i8 %b) {
 }
 
 define i8 @testc_i8(i8 %a, i8 %b) {
-    ; FUN:        testc_i8:
-    ; SHT:        testc_i8:
+    ; FUN-LABEL:        testc_i8:
+    ; SHT-LABEL:        testc_i8:
 
     %tmp.1 = shl i8 %a, 5
     ; FUN:        andi
@@ -43,14 +42,13 @@ define i8 @testc_i8(i8 %a, i8 %b) {
 }
 
 define i16 @test_i16(i16 %a, i16 %b) {
-    ; FUN:        test_i16:
-    ; SHT:        test_i16:
+    ; FUN-LABEL:        test_i16:
+    ; SHT-LABEL:        test_i16:
 
     %tmp.1 = shl i16 %a, %b
     ; FUN:        andi
     ; FUN:        add
     ; FUN:        bnei
-    ; SHT-NOT:    andi
     ; SHT-NOT:    bnei
 
     ret i16 %tmp.1
@@ -61,8 +59,8 @@ define i16 @test_i16(i16 %a, i16 %b) {
 }
 
 define i16 @testc_i16(i16 %a, i16 %b) {
-    ; FUN:        testc_i16:
-    ; SHT:        testc_i16:
+    ; FUN-LABEL:        testc_i16:
+    ; SHT-LABEL:        testc_i16:
 
     %tmp.1 = shl i16 %a, 5
     ; FUN:        andi
@@ -80,8 +78,8 @@ define i16 @testc_i16(i16 %a, i16 %b) {
 }
 
 define i32 @test_i32(i32 %a, i32 %b) {
-    ; FUN:        test_i32:
-    ; SHT:        test_i32:
+    ; FUN-LABEL:        test_i32:
+    ; SHT-LABEL:        test_i32:
 
     %tmp.1 = shl i32 %a, %b
     ; FUN:        andi
@@ -98,8 +96,8 @@ define i32 @test_i32(i32 %a, i32 %b) {
 }
 
 define i32 @testc_i32(i32 %a, i32 %b) {
-    ; FUN:        testc_i32:
-    ; SHT:        testc_i32:
+    ; FUN-LABEL:        testc_i32:
+    ; SHT-LABEL:        testc_i32:
 
     %tmp.1 = shl i32 %a, 5
     ; FUN:        andi