[NFCI][InstSimplify] Add CHECK-LABEL to new icmp.ll test
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 24 Jun 2020 22:10:35 +0000 (01:10 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 24 Jun 2020 22:10:35 +0000 (01:10 +0300)
llvm/test/Transforms/InstSimplify/icmp.ll

index 489f73c..c326994 100644 (file)
@@ -7,6 +7,7 @@ declare void @usei8ptr(i8* %ptr)
 
 ; Ensure that we do not crash when looking at such a weird bitcast.
 define i1 @bitcast_from_single_element_pointer_vector_to_pointer(<1 x i8*> %ptr1vec, i8* %ptr2) {
+; CHECK-LABEL: @bitcast_from_single_element_pointer_vector_to_pointer(
   %ptr1 = bitcast <1 x i8*> %ptr1vec to i8*
   call void @usei8ptr(i8* %ptr1)
   %cmp = icmp eq i8* %ptr1, %ptr2