[llvm] b1f3a0f - Revert a107f86 "[GlobalsAA] Add back a check to intrinsic_addresstaken.ll to see if the AVX and AVX512 bots still fail for it."
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 13:15:47 PST 2020
Author: Craig Topper
Date: 2020-01-24T13:15:23-08:00
New Revision: b1f3a0f972f60587f8bd689442f0c71a78273c8d
URL: https://github.com/llvm/llvm-project/commit/b1f3a0f972f60587f8bd689442f0c71a78273c8d
DIFF: https://github.com/llvm/llvm-project/commit/b1f3a0f972f60587f8bd689442f0c71a78273c8d.diff
LOG: Revert a107f86 "[GlobalsAA] Add back a check to intrinsic_addresstaken.ll to see if the AVX and AVX512 bots still fail for it."
It still fails some buildbots which is what I was trying to test.
Added:
Modified:
llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
Removed:
################################################################################
diff --git a/llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll b/llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
index 18cf7c2341fe..6135332546cd 100644
--- a/llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
+++ b/llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
@@ -29,7 +29,6 @@ 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
More information about the llvm-commits
mailing list