Skip to content

Commit 58417bc

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent f8f741c commit 58417bc

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

llvm/test/CodeGen/AArch64/calleetypeid-directcall-mismatched.ll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
; Function Attrs: mustprogress noinline optnone uwtable
66
define i32 @_Z3fooiii(i32 %x, i32 %y, i32 %z) !type !3 {
77
entry:
8-
; CHECK: callSites:
9-
; CHECK-NOT: calleeTypeIds:
8+
;; Test that `calleeTypeIds` field is not present in `callSites`
9+
; CHECK-LABEL: callSites:
10+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
11+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
12+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
1013
%x.addr = alloca i32, align 4
1114
%y.addr = alloca i32, align 4
1215
%z.addr = alloca i32, align 4

llvm/test/CodeGen/ARM/calleetypeid-directcall-mismatched.ll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
; Function Attrs: mustprogress noinline optnone uwtable
66
define i32 @_Z3fooiii(i32 %x, i32 %y, i32 %z) !type !3 {
77
entry:
8-
; CHECK: callSites:
9-
; CHECK-NOT: calleeTypeIds:
8+
;; Test that `calleeTypeIds` field is not present in `callSites`
9+
; CHECK-LABEL: callSites:
10+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
11+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
12+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
1013
%x.addr = alloca i32, align 4
1114
%y.addr = alloca i32, align 4
1215
%z.addr = alloca i32, align 4

llvm/test/CodeGen/Mips/calleetypeid-directcall-mismatched.ll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
; Function Attrs: mustprogress noinline optnone uwtable
66
define i32 @_Z3fooiii(i32 %x, i32 %y, i32 %z) !type !3 {
77
entry:
8-
; CHECK: callSites:
9-
; CHECK-NOT: calleeTypeIds:
8+
;; Test that `calleeTypeIds` field is not present in `callSites`
9+
; CHECK-LABEL: callSites:
10+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
11+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
12+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
1013
%x.addr = alloca i32, align 4
1114
%y.addr = alloca i32, align 4
1215
%z.addr = alloca i32, align 4

llvm/test/CodeGen/RISCV/calleetypeid-directcall-mismatched.ll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
; Function Attrs: mustprogress noinline optnone uwtable
77
define i32 @_Z3fooiii(i32 %x, i32 %y, i32 %z) !type !3 {
88
entry:
9-
; CHECK: callSites:
10-
; CHECK-NOT: calleeTypeIds:
9+
;; Test that `calleeTypeIds` field is not present in `callSites`
10+
; CHECK-LABEL: callSites:
11+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
12+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
13+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
1114
%x.addr = alloca i32, align 4
1215
%y.addr = alloca i32, align 4
1316
%z.addr = alloca i32, align 4

llvm/test/CodeGen/X86/calleetypeid-directcall-mismatched.ll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
; Function Attrs: mustprogress noinline optnone uwtable
66
define i32 @_Z3fooiii(i32 %x, i32 %y, i32 %z) !type !3 {
77
entry:
8-
; CHECK: callSites:
9-
; CHECK-NOT: calleeTypeIds:
8+
;; Test that `calleeTypeIds` field is not present in `callSites`
9+
; CHECK-LABEL: callSites:
10+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
11+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
12+
; CHECK-NEXT: - { bb: {{[0-9]+}}, offset: {{[0-9]+}}, fwdArgRegs: [] }
1013
%x.addr = alloca i32, align 4
1114
%y.addr = alloca i32, align 4
1215
%z.addr = alloca i32, align 4

0 commit comments

Comments
 (0)