Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / tid-mul-func-xnack-invalid-any-off-on.ll
blobec812689ac3e008c9152c691054da78a6c4f321a
1 ; RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %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" }
23 !llvm.module.flags = !{!0}
24 !0 = !{i32 1, !"amdgpu_code_object_version", i32 400}