[clang] [llvm] AMDGPU: Move attributor into optimization pipeline (PR #83131)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 13 21:48:45 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `clang,llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/1587
Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang :: CodeGenHIP/default-attributes.hip' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe -cc1 -internal-isystem Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\19\include -nostdsysteminc -triple amdgcn-amd-amdhsa -x hip -fno-ident -fcuda-is-device -emit-llvm -o - Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe -check-prefix=OPTNONE Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe' -cc1 -internal-isystem 'Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\19\include' -nostdsysteminc -triple amdgcn-amd-amdhsa -x hip -fno-ident -fcuda-is-device -emit-llvm -o - 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip'
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' -check-prefix=OPTNONE 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip'
# RUN: at line 5
z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe -cc1 -internal-isystem Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\19\include -nostdsysteminc -O3 -triple amdgcn-amd-amdhsa -x hip -fno-ident -fcuda-is-device -emit-llvm -o - Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe -check-prefix=OPT Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe' -cc1 -internal-isystem 'Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\19\include' -nostdsysteminc -O3 -triple amdgcn-amd-amdhsa -x hip -fno-ident -fcuda-is-device -emit-llvm -o - 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip'
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' -check-prefix=OPT 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip'
# .---command stderr------------
# | [1mZ:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip:55:9: [0m[0;1;31merror: [0m[1mOPT: expected string not found in input
# | [0m// OPT: attributes #[[ATTR0]] = { mustprogress nofree norecurse nosync nounwind willreturn memory(none) "amdgpu-no-agpr" "amdgpu-no-completion-action" "amdgpu-no-default-queue" "amdgpu-no-dispatch-id" "amdgpu-no-dispatch-ptr" "amdgpu-no-heap-ptr" "amdgpu-no-hostcall-ptr" "amdgpu-no-implicitarg-ptr" "amdgpu-no-lds-kernel-id" "amdgpu-no-multigrid-sync-arg" "amdgpu-no-queue-ptr" "amdgpu-no-workgroup-id-x" "amdgpu-no-workgroup-id-y" "amdgpu-no-workgroup-id-z" "amdgpu-no-workitem-id-x" "amdgpu-no-workitem-id-y" "amdgpu-no-workitem-id-z" "amdgpu-waves-per-eu"="4,10" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "uniform-work-group-size"="false" }
# | [0;1;32m ^
# | [0m[1m<stdin>:19:10: [0m[0;1;30mnote: [0m[1mscanning from here
# | [0m ret void
# | [0;1;32m ^
# | [0m[1m<stdin>:19:10: [0m[0;1;30mnote: [0m[1mwith "ATTR0" equal to "0"
# | [0m ret void
# | [0;1;32m ^
# | [0m
# | Input file: <stdin>
# | Check file: Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46m; ModuleID = 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGenHIP\default-attributes.hip' [0m
# | [0;1;30m 2: [0m[1m[0;1;46msource_filename = "Z:\\b\\llvm-clang-x86_64-sie-win\\llvm-project\\clang\\test\\CodeGenHIP\\default-attributes.hip" [0m
# | [0;1;30m 3: [0m[1m[0;1;46mtarget datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128-p9:192:256:256:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9" [0m
# | [0;1;30m 4: [0m[1m[0;1;46mtarget triple = "amdgcn-amd-amdhsa" [0m
# | [0;1;30m 5: [0m[1m[0;1;46m [0m
# | [0;1;30m 6: [0m[1m[0;1;46m[0m at __hip_cuid_ = addrspace(1) global i8 0[0;1;46m [0m
# | [0;1;32mcheck:16 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;30m 7: [0m[1m[0;1;46m[0m at __oclc_ABI_version = weak_odr hidden local_unnamed_addr addrspace(4) constant i32 500[0;1;46m [0m
# | [0;1;32mcheck:17 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;30m 8: [0m[1m[0;1;46m[0m at llvm.compiler.used = appending addrspace(1) global [1 x ptr] [ptr addrspacecast (ptr addrspace(1) @__hip_cuid_ to ptr)], section "llvm.metadata"[0;1;46m [0m
# | [0;1;32mcheck:18 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;30m 9: [0m[1m[0;1;46m [0m
# | [0;1;30m 10: [0m[1m[0;1;46m; [0mFunction Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)[0;1;46m [0m
# | [0;1;32mcheck:26 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;30m 11: [0m[1m[0;1;46m[0mdefine dso_local void @_Z4funcv() local_unnamed_addr #0 {[0;1;46m [0m
# | [0;1;32mlabel:27'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;32mlabel:27'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;32msame:28'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;32msame:28'1 ^ captured var "ATTR0"
...
```
https://github.com/llvm/llvm-project/pull/83131
More information about the llvm-commits
mailing list