[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / tid-mul-func-xnack-invalid-any-off-on.ll
blob0d24aa8f848d398880fea91e7672f5b9f0bb1960
1 ; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=4 < %s 2>&1 | FileCheck --check-prefixes=ERR %s
3 ; ERR: error: xnack setting of 'func2' function does not match module xnack setting
5 define void @func0() {
6 entry:
7   ret void
10 define void @func1() #0 {
11 entry:
12   ret void
15 define void @func2() #1 {
16 entry:
17   ret void
20 attributes #0 = { "target-features"="-xnack" }
21 attributes #1 = { "target-features"="+xnack" }