[llvm] 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 11:55:12 PST 2020


Author: Craig Topper
Date: 2020-01-24T11:54:23-08:00
New Revision: a107f864176300629afeb9f22be19513917b36bd

URL: https://github.com/llvm/llvm-project/commit/a107f864176300629afeb9f22be19513917b36bd
DIFF: https://github.com/llvm/llvm-project/commit/a107f864176300629afeb9f22be19513917b36bd.diff

LOG: [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.

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 6135332546cd..18cf7c2341fe 100644
--- a/llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
+++ b/llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
@@ -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


        


More information about the llvm-commits mailing list