Skip to content

Commit c2b1c50

Browse files
committed
Updated Runlines
1 parent d999f57 commit c2b1c50

File tree

2 files changed

+419
-1277
lines changed

2 files changed

+419
-1277
lines changed

llvm/test/CodeGen/AMDGPU/nested-calls.ll

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=amdgcn -mcpu=fiji -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=GCN %s
3-
; RUN: llc -mtriple=amdgcn -mcpu=hawaii -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=GCN %s
4-
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=GCN %s
2+
; RUN: llc -mtriple=amdgcn -mcpu=fiji -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,FIJI %s
3+
; RUN: llc -mtriple=amdgcn -mcpu=hawaii -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,HAWAII %s
4+
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX9 %s
55

66
; Test calls when called by other callable functions rather than
77
; kernels.
@@ -89,3 +89,7 @@ define void @test_func_call_external_void_func_i32_imm_stack_use() #0 {
8989
attributes #0 = { nounwind }
9090
attributes #1 = { nounwind readnone }
9191
attributes #2 = { nounwind noinline }
92+
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
93+
; FIJI: {{.*}}
94+
; GFX9: {{.*}}
95+
; HAWAII: {{.*}}

0 commit comments

Comments
 (0)