Skip to content

Commit c18530d

Browse files
committed
[ValueTracing] Drop TODO. NFC.
1 parent 72106d3 commit c18530d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/Transforms/InstSimplify/known-non-zero-opaque-ptrs.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
declare void @zero_args()
55
declare void @two_args(ptr, ptr)
66

7-
; TODO: Could be non-null based on call-site attributes.
87
define i1 @test_zero_args_nonnull(ptr %p) {
98
; CHECK-LABEL: @test_zero_args_nonnull(
109
; CHECK-NEXT: call void @zero_args(ptr noundef nonnull [[P:%.*]])
@@ -26,7 +25,6 @@ define i1 @test_zero_args_maybe_null(ptr %p) {
2625
ret i1 %c
2726
}
2827

29-
; TODO: Could be non-null based on call-site attributes.
3028
define i1 @test_two_args_nonnull(ptr %p) {
3129
; CHECK-LABEL: @test_two_args_nonnull(
3230
; CHECK-NEXT: call void @two_args(ptr noundef nonnull [[P:%.*]])

0 commit comments

Comments
 (0)