forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
58592f6c49
commit
a107f86417
|
@ -29,6 +29,7 @@ if.else: ; preds = %entry
|
|||
|
||||
; CHECK-LABEL: if.end:
|
||||
; CHECK-NEXT: call void @llvm.objc.autoreleasePoolPop
|
||||
; CHECK-NEXT: load i8, i8* @deallocCalled
|
||||
if.end: ; preds = %entry
|
||||
call void @llvm.objc.autoreleasePoolPop(i8* %tmp0)
|
||||
%tmp7 = load i8, i8* @deallocCalled, align 1
|
||||
|
|
Loading…
Reference in New Issue