llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-s390x-linux` 
running on `systemz-1` while building `clang,llvm` at step 5 "compile-openmp".

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

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

```
Step 5 (compile-openmp) failure: build (failure)
...
2825.661 [2786/4/2851] Building CXX object 
lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetTransformInfo.cpp.o
2829.361 [2785/4/2852] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVAPI.cpp.o
2830.414 [2784/4/2853] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVAsmPrinter.cpp.o
2830.453 [2783/4/2854] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVCommandLine.cpp.o
2836.575 [2782/4/2855] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVBuiltins.cpp.o
2836.795 [2781/4/2856] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVCallLowering.cpp.o
2838.930 [2780/4/2857] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInlineAsmLowering.cpp.o
2845.095 [2779/4/2858] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVEmitIntrinsics.cpp.o
2845.340 [2778/4/2859] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInstrInfo.cpp.o
2849.117 [2777/4/2860] Building CXX object 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInstructionSelector.cpp.o
FAILED: 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInstructionSelector.cpp.o 
CCACHE_CPP2=yes CCACHE_HASHDIR=yes CCACHE_SLOPPINESS=pch_defines,time_macros 
/usr/bin/ccache /usr/bin/c++ -D_DEBUG -D_GLIBCXX_ASSERTIONS 
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.build/lib/Target/SPIRV
 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV
 -I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.build/include 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/include 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time 
-Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual 
-Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough 
-Wno-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-redundant-move 
-Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread 
-Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment 
-Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color 
-ffunction-sections -fdata-sections -O3 -DNDEBUG -fvisibility=hidden -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -std=c++17 -MD -MT 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInstructionSelector.cpp.o 
-MF 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInstructionSelector.cpp.o.d
 -o 
lib/Target/SPIRV/CMakeFiles/LLVMSPIRVCodeGen.dir/SPIRVInstructionSelector.cpp.o 
-c 
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:253:56:
 error: ‘SPIRVType’ does not name a type
  253 |   bool selectWaveReduceProduct(Register ResVReg, const SPIRVType 
*ResType,
      |                                                        ^~~~~~~~~
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:
 In lambda function:
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:2898:26:
 warning: enumerated and non-enumerated type in conditional expression [-Wextra]
 2898 |         return IsFloatTy ? SPIRV::OpGroupNonUniformFMax : IntOp;
      |                ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:
 In lambda function:
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:2913:26:
 warning: enumerated and non-enumerated type in conditional expression [-Wextra]
 2913 |         return IsFloatTy ? SPIRV::OpGroupNonUniformFMin : IntOp;
      |                ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:
 At global scope:
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:2930:62:
 error: ‘SPIRVType’ does not name a type
 2930 |                                                        const SPIRVType 
*ResType,
      |                                                              ^~~~~~~~~
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:
 In member function ‘bool 
{anonymous}::SPIRVInstructionSelector::selectWaveReduceProduct(llvm::Register, 
const int*, llvm::MachineInstr&) const’:
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:2932:26:
 error: no matching function for call to 
‘{anonymous}::SPIRVInstructionSelector::selectWaveReduce(llvm::Register&, const 
int*&, llvm::MachineInstr&, bool, 
{anonymous}::SPIRVInstructionSelector::selectWaveReduceProduct(llvm::Register, 
const int*, llvm::MachineInstr&) const::<lambda(llvm::Register, bool)>) const’
 2932 |   return selectWaveReduce(ResVReg, ResType, I, /*IsUnsigned*/ false,
      |          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2933 |                           [&](Register InputRegister, bool IsUnsigned) {
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2934 |                             bool IsFloatTy = GR.isScalarOrVectorOfType(
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2935 |                                 InputRegister, SPIRV::OpTypeFloat);
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2936 |                             return IsFloatTy ? 
SPIRV::OpGroupNonUniformFMul
      |                             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2937 |                                              : 
SPIRV::OpGroupNonUniformIMul;
      |                                              
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2938 |                           });
      |                           ~~
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:240:8:
 note: candidate: ‘template<class PickOpcodeFn> bool 
{anonymous}::SPIRVInstructionSelector::selectWaveReduce(llvm::Register, 
llvm::SPIRVTypeInst, llvm::MachineInstr&, bool, PickOpcodeFn&&) const’
  240 |   bool selectWaveReduce(Register ResVReg, SPIRVTypeInst ResType,
      |        ^~~~~~~~~~~~~~~~
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:240:8:
 note:   template argument deduction/substitution failed:
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:2932:36:
 note:   cannot convert ‘ResType’ (type ‘const int*’) to type 
‘llvm::SPIRVTypeInst’
 2932 |   return selectWaveReduce(ResVReg, ResType, I, /*IsUnsigned*/ false,

```

</details>

https://github.com/llvm/llvm-project/pull/165109
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to