[llvm] 0c22147 - [NFCI][InstSimplify] Add CHECK-LABEL to new icmp.ll test
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 15:11:16 PDT 2020
Author: Roman Lebedev
Date: 2020-06-25T01:10:35+03:00
New Revision: 0c221470275270abe9dbb72cced030a0251ecfb6
URL: https://github.com/llvm/llvm-project/commit/0c221470275270abe9dbb72cced030a0251ecfb6
DIFF: https://github.com/llvm/llvm-project/commit/0c221470275270abe9dbb72cced030a0251ecfb6.diff
LOG: [NFCI][InstSimplify] Add CHECK-LABEL to new icmp.ll test
Added:
Modified:
llvm/test/Transforms/InstSimplify/icmp.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstSimplify/icmp.ll b/llvm/test/Transforms/InstSimplify/icmp.ll
index 489f73c9495c..c32699417881 100644
--- a/llvm/test/Transforms/InstSimplify/icmp.ll
+++ b/llvm/test/Transforms/InstSimplify/icmp.ll
@@ -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
More information about the llvm-commits
mailing list