comparison llvm/test/CodeGen/AMDGPU/tid-mul-func-xnack-all-not-supported.ll @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents 79ff65ed7e25
children
comparison
equal deleted inserted replaced
237:c80f45b162ad 252:1f2b6ac9f198
1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 --amdhsa-code-object-version=4 < %s | FileCheck --check-prefixes=ASM %s 1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 < %s | FileCheck --check-prefixes=ASM %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 --amdhsa-code-object-version=4 --filetype=obj < %s | llvm-readobj --file-headers - | FileCheck --check-prefixes=ELF %s 2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx700 --filetype=obj < %s | llvm-readobj --file-headers - | FileCheck --check-prefixes=ELF %s
3 3
4 ; ASM: .amdgcn_target "amdgcn-amd-amdhsa--gfx700" 4 ; ASM: .amdgcn_target "amdgcn-amd-amdhsa--gfx700"
5 ; ASM: amdhsa.target: amdgcn-amd-amdhsa--gfx700 5 ; ASM: amdhsa.target: amdgcn-amd-amdhsa--gfx700
6 ; ASM: amdhsa.version: 6 ; ASM: amdhsa.version:
7 ; ASM: - 1 7 ; ASM: - 1
25 25
26 define void @func2() { 26 define void @func2() {
27 entry: 27 entry:
28 ret void 28 ret void
29 } 29 }
30
31 !llvm.module.flags = !{!0}
32 !0 = !{i32 1, !"amdgpu_code_object_version", i32 400}