[llvm] [RISCV] Add OperandType for vector rounding mode operands. (PR #114179)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 11:52:13 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-offload-amdgpu-runtime` running on `omp-vega20-0` while building `llvm` at step 6 "test-openmp".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/30/builds/9211

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-openmp) failure: test (failure)
******************** TEST 'libarcher :: task/task_late_fulfill.c' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/./bin/clang -fopenmp  -gdwarf-4 -O1 -fsanitize=thread  -I /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests -I /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -L /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -Wl,-rpath,/home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src   /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c -o /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/tools/archer/tests/task/Output/task_late_fulfill.c.tmp -latomic -fopenmp-version=50 && env OMP_NUM_THREADS='3'    env TSAN_OPTIONS='ignore_noninstrumented_modules=0:ignore_noninstrumented_modules=1' /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/deflake.bash /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/tools/archer/tests/task/Output/task_late_fulfill.c.tmp 2>&1 | tee /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/tools/archer/tests/task/Output/task_late_fulfill.c.tmp.log | /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/./bin/FileCheck /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c
# executed command: /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/./bin/clang -fopenmp -gdwarf-4 -O1 -fsanitize=thread -I /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests -I /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -L /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src -Wl,-rpath,/home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/runtime/src /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c -o /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/tools/archer/tests/task/Output/task_late_fulfill.c.tmp -latomic -fopenmp-version=50
# note: command had no output on stdout or stderr
# executed command: env OMP_NUM_THREADS=3 env TSAN_OPTIONS=ignore_noninstrumented_modules=0:ignore_noninstrumented_modules=1 /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/deflake.bash /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/tools/archer/tests/task/Output/task_late_fulfill.c.tmp
# note: command had no output on stdout or stderr
# executed command: tee /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/runtimes/runtimes-bins/openmp/tools/archer/tests/task/Output/task_late_fulfill.c.tmp.log
# note: command had no output on stdout or stderr
# executed command: /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.build/./bin/FileCheck /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c
# .---command stderr------------
# | /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:54:16: error: CHECK-NEXT: is not on the line after the previous match
# | // CHECK-NEXT: #0 {{.*}}task_late_fulfill.c:33
# |                ^
# | <stdin>:11:2: note: 'next' match was here
# |  #0 .omp_outlined..1 /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:33:76 (task_late_fulfill.c.tmp+0x123a71)
# |  ^
# | <stdin>:4:17: note: previous match ended here
# |  Write of size 4 at 0x7ffecc133288 by main thread:
# |                 ^
# | <stdin>:5:1: note: non-matching line after previous match is here
# |  #0 main.omp_outlined_debug__ /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:42:6 (task_late_fulfill.c.tmp+0x12395d)
# | ^
# | 
# | Input file: <stdin>
# | Check file: /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |          .
# |          .
# |          .
# |          6:  #1 main.omp_outlined /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:19:1 (task_late_fulfill.c.tmp+0x12395d) 
# |          7:  #2 __kmp_invoke_microtask <null> (libomp.so+0xea008) 
# |          8:  #3 main /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:19:1 (task_late_fulfill.c.tmp+0x123741) 
# |          9:  
# |         10:  Previous read of size 4 at 0x7ffecc133288 by thread T2: 
# |         11:  #0 .omp_outlined..1 /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:33:76 (task_late_fulfill.c.tmp+0x123a71) 
# | next:54      !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        error: match on wrong line
# |         12:  #1 .omp_task_entry..4 /home/ompworker/bbot/openmp-offload-amdgpu-runtime/llvm.src/openmp/tools/archer/tests/task/task_late_fulfill.c:31:1 (task_late_fulfill.c.tmp+0x123a71) 
# |         13:  #2 __kmp_invoke_task(int, kmp_task*, kmp_taskdata*) kmp_tasking.cpp (libomp.so+0x852de) 
# |         14:  
# |         15:  Location is stack of main thread. 
# |         16:  
...

```

</details>

https://github.com/llvm/llvm-project/pull/114179


More information about the llvm-commits mailing list