[llvm] 8387d74 - [Attributor][NFC] Rerun update_test_checks script on Attributor tests

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 20:08:33 PDT 2021


Author: Johannes Doerfert
Date: 2021-05-23T20:47:05-05:00
New Revision: 8387d74c20776631179e2c45763681b705815af6

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

LOG: [Attributor][NFC] Rerun update_test_checks script on Attributor tests

Added: 
    

Modified: 
    llvm/test/Transforms/Attributor/ArgumentPromotion/profile.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/Attributor/ArgumentPromotion/profile.ll b/llvm/test/Transforms/Attributor/ArgumentPromotion/profile.ll
index dd90d54d4df0a..78e51fbe6c1ee 100644
--- a/llvm/test/Transforms/Attributor/ArgumentPromotion/profile.ll
+++ b/llvm/test/Transforms/Attributor/ArgumentPromotion/profile.ll
@@ -11,14 +11,14 @@ define void @caller() #0 {
 ; IS________OPM-LABEL: define {{[^@]+}}@caller() {
 ; IS________OPM-NEXT:    [[X:%.*]] = alloca i32, align 4
 ; IS________OPM-NEXT:    store i32 42, i32* [[X]], align 4
-; IS________OPM-NEXT:    call void @promote_i32_ptr(i32* noalias nocapture noundef nonnull readonly align 4 dereferenceable(4) [[X]]), !prof !0
+; IS________OPM-NEXT:    call void @promote_i32_ptr(i32* noalias nocapture noundef nonnull readonly align 4 dereferenceable(4) [[X]]), !prof [[PROF0:![0-9]+]]
 ; IS________OPM-NEXT:    ret void
 ;
 ; IS________NPM-LABEL: define {{[^@]+}}@caller() {
 ; IS________NPM-NEXT:    [[X:%.*]] = alloca i32, align 4
 ; IS________NPM-NEXT:    store i32 42, i32* [[X]], align 4
 ; IS________NPM-NEXT:    [[TMP1:%.*]] = load i32, i32* [[X]], align 4
-; IS________NPM-NEXT:    call void @promote_i32_ptr(i32 [[TMP1]]), !prof !0
+; IS________NPM-NEXT:    call void @promote_i32_ptr(i32 [[TMP1]]), !prof [[PROF0:![0-9]+]]
 ; IS________NPM-NEXT:    ret void
 ;
   %x = alloca i32


        


More information about the llvm-commits mailing list