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

This commit is contained in:
Johannes Doerfert 2021-05-15 20:32:59 -05:00
parent 99d45ed22f
commit 8387d74c20
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@ define void @caller() #0 {
; IS________OPM-LABEL: define {{[^@]+}}@caller() { ; IS________OPM-LABEL: define {{[^@]+}}@caller() {
; IS________OPM-NEXT: [[X:%.*]] = alloca i32, align 4 ; IS________OPM-NEXT: [[X:%.*]] = alloca i32, align 4
; IS________OPM-NEXT: store i32 42, i32* [[X]], 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________OPM-NEXT: ret void
; ;
; IS________NPM-LABEL: define {{[^@]+}}@caller() { ; IS________NPM-LABEL: define {{[^@]+}}@caller() {
; IS________NPM-NEXT: [[X:%.*]] = alloca i32, align 4 ; IS________NPM-NEXT: [[X:%.*]] = alloca i32, align 4
; IS________NPM-NEXT: store i32 42, i32* [[X]], 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: [[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 ; IS________NPM-NEXT: ret void
; ;
%x = alloca i32 %x = alloca i32