gribozavr created this revision. gribozavr added a reviewer: ilya-biryukov. Herald added subscribers: cfe-commits, jsji, javed.absar, nemanjai. Herald added projects: clang, LLVM.
Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D58611 Files: clang/test/CodeGenObjC/dllstorage.m clang/test/CodeGenObjC/gnustep2-category-protocol.m llvm/test/CodeGen/AArch64/nonlazybind.ll llvm/test/CodeGen/ARM/cmpxchg.mir llvm/test/CodeGen/ARM/peephole-phi.mir llvm/test/CodeGen/PowerPC/scavenging.mir Index: llvm/test/CodeGen/PowerPC/scavenging.mir =================================================================== --- llvm/test/CodeGen/PowerPC/scavenging.mir +++ llvm/test/CodeGen/PowerPC/scavenging.mir @@ -157,7 +157,7 @@ # CHECK: [[REG]] = LIS8 0 # CHECK: [[REG]] = ORI8 killed [[REG]], 48 # CHECK: NOP implicit killed [[REG]] -# CHEKC: [[REG]] = LD{{.*}}(load 8 from %stack.{{[0-9]+}}) +# CHECK: [[REG]] = LD{{.*}}(load 8 from %stack.{{[0-9]+}}) name: spill_at_begin tracksRegLiveness: true stack: Index: llvm/test/CodeGen/ARM/peephole-phi.mir =================================================================== --- llvm/test/CodeGen/ARM/peephole-phi.mir +++ llvm/test/CodeGen/ARM/peephole-phi.mir @@ -44,7 +44,7 @@ # CHECK-LABEL: name: func1 # CHECK: %6:spr = PHI %0, %bb.1, %2, %bb.2 -# CHEKC: %7:spr = COPY %6 +# CHECK: %7:spr = COPY %6 --- name: func1 tracksRegLiveness: true Index: llvm/test/CodeGen/ARM/cmpxchg.mir =================================================================== --- llvm/test/CodeGen/ARM/cmpxchg.mir +++ llvm/test/CodeGen/ARM/cmpxchg.mir @@ -10,7 +10,7 @@ ; CHECK: bb.0: ; CHECK: liveins: $r0_r1, $r4_r5, $r3, $lr ; CHECK: bb.1: - ; CHEKC: liveins: $r4_r5, $r3 + ; CHECK: liveins: $r4_r5, $r3 ; CHECK: $r0_r1 = LDREXD $r3, 14, $noreg ; CHECK: CMPrr killed $r0, $r4, 14, $noreg, implicit-def $cpsr ; CHECK: CMPrr killed $r1, $r5, 0, killed $cpsr, implicit-def $cpsr Index: llvm/test/CodeGen/AArch64/nonlazybind.ll =================================================================== --- llvm/test/CodeGen/AArch64/nonlazybind.ll +++ llvm/test/CodeGen/AArch64/nonlazybind.ll @@ -18,7 +18,7 @@ ; CHECK-NORMAL-LABEL: test_laziness: ; CHECK-NORMAL: bl _local -; CHEKC-NORMAL: bl _nonlocal +; CHECK-NORMAL: bl _nonlocal call void @local() call void @nonlocal() Index: clang/test/CodeGenObjC/gnustep2-category-protocol.m =================================================================== --- clang/test/CodeGenObjC/gnustep2-category-protocol.m +++ clang/test/CodeGenObjC/gnustep2-category-protocol.m @@ -5,7 +5,7 @@ // to a protocol in a binary. // CHECK: @._OBJC_PROTOCOL_Y = global -// CHEKC-SAME: section "__objc_protocols", comdat, align 8 +// CHECK-SAME: section "__objc_protocols", comdat, align 8 @interface X Index: clang/test/CodeGenObjC/dllstorage.m =================================================================== --- clang/test/CodeGenObjC/dllstorage.m +++ clang/test/CodeGenObjC/dllstorage.m @@ -85,7 +85,7 @@ } @end -// CHEKC-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32 +// CHECK-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32 // CHECK-IR-DAG: @"OBJC_IVAR_$_M._ivar" = external dllimport global i32
Index: llvm/test/CodeGen/PowerPC/scavenging.mir =================================================================== --- llvm/test/CodeGen/PowerPC/scavenging.mir +++ llvm/test/CodeGen/PowerPC/scavenging.mir @@ -157,7 +157,7 @@ # CHECK: [[REG]] = LIS8 0 # CHECK: [[REG]] = ORI8 killed [[REG]], 48 # CHECK: NOP implicit killed [[REG]] -# CHEKC: [[REG]] = LD{{.*}}(load 8 from %stack.{{[0-9]+}}) +# CHECK: [[REG]] = LD{{.*}}(load 8 from %stack.{{[0-9]+}}) name: spill_at_begin tracksRegLiveness: true stack: Index: llvm/test/CodeGen/ARM/peephole-phi.mir =================================================================== --- llvm/test/CodeGen/ARM/peephole-phi.mir +++ llvm/test/CodeGen/ARM/peephole-phi.mir @@ -44,7 +44,7 @@ # CHECK-LABEL: name: func1 # CHECK: %6:spr = PHI %0, %bb.1, %2, %bb.2 -# CHEKC: %7:spr = COPY %6 +# CHECK: %7:spr = COPY %6 --- name: func1 tracksRegLiveness: true Index: llvm/test/CodeGen/ARM/cmpxchg.mir =================================================================== --- llvm/test/CodeGen/ARM/cmpxchg.mir +++ llvm/test/CodeGen/ARM/cmpxchg.mir @@ -10,7 +10,7 @@ ; CHECK: bb.0: ; CHECK: liveins: $r0_r1, $r4_r5, $r3, $lr ; CHECK: bb.1: - ; CHEKC: liveins: $r4_r5, $r3 + ; CHECK: liveins: $r4_r5, $r3 ; CHECK: $r0_r1 = LDREXD $r3, 14, $noreg ; CHECK: CMPrr killed $r0, $r4, 14, $noreg, implicit-def $cpsr ; CHECK: CMPrr killed $r1, $r5, 0, killed $cpsr, implicit-def $cpsr Index: llvm/test/CodeGen/AArch64/nonlazybind.ll =================================================================== --- llvm/test/CodeGen/AArch64/nonlazybind.ll +++ llvm/test/CodeGen/AArch64/nonlazybind.ll @@ -18,7 +18,7 @@ ; CHECK-NORMAL-LABEL: test_laziness: ; CHECK-NORMAL: bl _local -; CHEKC-NORMAL: bl _nonlocal +; CHECK-NORMAL: bl _nonlocal call void @local() call void @nonlocal() Index: clang/test/CodeGenObjC/gnustep2-category-protocol.m =================================================================== --- clang/test/CodeGenObjC/gnustep2-category-protocol.m +++ clang/test/CodeGenObjC/gnustep2-category-protocol.m @@ -5,7 +5,7 @@ // to a protocol in a binary. // CHECK: @._OBJC_PROTOCOL_Y = global -// CHEKC-SAME: section "__objc_protocols", comdat, align 8 +// CHECK-SAME: section "__objc_protocols", comdat, align 8 @interface X Index: clang/test/CodeGenObjC/dllstorage.m =================================================================== --- clang/test/CodeGenObjC/dllstorage.m +++ clang/test/CodeGenObjC/dllstorage.m @@ -85,7 +85,7 @@ } @end -// CHEKC-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32 +// CHECK-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32 // CHECK-IR-DAG: @"OBJC_IVAR_$_M._ivar" = external dllimport global i32
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits