Skip to content

Commit a107f86

Browse files
committed
[GlobalsAA] Add back a check to intrinsic_addresstaken.ll to see if the AVX and AVX512 bots still fail for it.
These bots failed for this several months ago and as a result, this check was removed. If they still fail I'm going to try to see if I can figure out why.
1 parent 58592f6 commit a107f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ if.else: ; preds = %entry
2929

3030
; CHECK-LABEL: if.end:
3131
; CHECK-NEXT: call void @llvm.objc.autoreleasePoolPop
32+
; CHECK-NEXT: load i8, i8* @deallocCalled
3233
if.end: ; preds = %entry
3334
call void @llvm.objc.autoreleasePoolPop(i8* %tmp0)
3435
%tmp7 = load i8, i8* @deallocCalled, align 1

0 commit comments

Comments
 (0)