Skip to content

Commit d52cd1d

Browse files
ergawysaiislam
authored andcommitted
Post-merge fixes
regenerated following tests: LLVM :: CodeGen/AMDGPU/simple-indirect-call-2.ll LLVM :: CodeGen/AMDGPU/vni8-live-reg-opt.ll LLVM :: CodeGen/AMDGPU/dbg-info-inline-at.ll LLVM :: CodeGen/AMDGPU/inflate-av-remat-imm.mir LLVM :: CodeGen/AMDGPU/preload-implicit-kernargs-debug-info-multi-entry.ll
1 parent ef1d4c4 commit d52cd1d

File tree

5 files changed

+224
-229
lines changed

5 files changed

+224
-229
lines changed

flang/lib/Lower/OpenMP/ClauseFinder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#ifndef FORTRAN_LOWER_CLAUSEFINDER_H
1313
#define FORTRAN_LOWER_CLAUSEFINDER_H
1414

15-
#include "Clauses.h"
15+
#include "flang/Lower/OpenMP/Clauses.h"
1616

1717
namespace Fortran {
1818
namespace lower {

llvm/test/CodeGen/AMDGPU/dbg-info-inline-at.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ define amdgpu_kernel void @_Z3fooPiiii(ptr addrspace(1) nocapture noundef writeo
88
; CHECK-NEXT: .cfi_sections .debug_frame
99
; CHECK-NEXT: .cfi_startproc
1010
; CHECK-NEXT: ; %bb.0: ; %entry
11+
; CHECK-NEXT: .cfi_escape 0x0f, 0x04, 0x30, 0x36, 0xe9, 0x02 ;
12+
; CHECK-NEXT: .cfi_undefined 16
1113
; CHECK-NEXT: .file 1 "." "a.h"
1214
; CHECK-NEXT: .loc 1 5 12 prologue_end ; ./a.h:5:12 @[ a.hip:12:8 ]
1315
; CHECK-NEXT: s_load_dwordx4 s[0:3], s[8:9], 0x8

llvm/test/CodeGen/AMDGPU/inflate-av-remat-imm.mir

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ body: |
1919
; CHECK-LABEL: name: av_mov_b32_split
2020
; CHECK: liveins: $vgpr0, $vgpr1, $vgpr2, $sgpr4_sgpr5
2121
; CHECK-NEXT: {{ $}}
22+
; CHECK-NEXT: frame-setup CFI_INSTRUCTION escape 0x0f, 0x04, 0x30, 0x36, 0xe9, 0x02
23+
; CHECK-NEXT: frame-setup CFI_INSTRUCTION undefined $pc_reg
2224
; CHECK-NEXT: renamable $agpr0 = V_ACCVGPR_WRITE_B32_e64 0, implicit $exec
2325
; CHECK-NEXT: renamable $agpr1 = V_ACCVGPR_WRITE_B32_e64 1, implicit $exec
2426
; CHECK-NEXT: renamable $agpr2 = V_ACCVGPR_WRITE_B32_e64 2, implicit $exec
@@ -70,6 +72,8 @@ body: |
7072
; CHECK-LABEL: name: v_mov_b32_split
7173
; CHECK: liveins: $vgpr0, $vgpr3, $vgpr4, $vgpr5, $sgpr4_sgpr5
7274
; CHECK-NEXT: {{ $}}
75+
; CHECK-NEXT: frame-setup CFI_INSTRUCTION escape 0x0f, 0x04, 0x30, 0x36, 0xe9, 0x02
76+
; CHECK-NEXT: frame-setup CFI_INSTRUCTION undefined $pc_reg
7377
; CHECK-NEXT: renamable $vgpr0 = V_MOV_B32_e32 0, implicit $exec
7478
; CHECK-NEXT: renamable $vgpr1 = V_MOV_B32_e32 1, implicit $exec
7579
; CHECK-NEXT: renamable $vgpr2 = V_MOV_B32_e32 2, implicit $exec

0 commit comments

Comments
 (0)