File tree Expand file tree Collapse file tree 2 files changed +419
-1277
lines changed Expand file tree Collapse file tree 2 files changed +419
-1277
lines changed Original file line number Diff line number Diff line change 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 {
8989attributes #0 = { nounwind }
9090attributes #1 = { nounwind readnone }
9191attributes #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: {{.*}}
You can’t perform that action at this time.
0 commit comments