[llvm] [NFC] LLVM reduce: remove unused variable (PR #133584)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 29 14:16:56 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `amdgpu-offload-ubuntu-22-cmake-build-only` running on `rocm-docker-ubu-22` while building `llvm` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/203/builds/6151
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (annotate) failure: '../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py --jobs=32' (failure)
...
[7609/7716] Creating library symlink lib/libMLIRGPUPipelines.so
[7610/7716] Linking CXX shared library lib/libMLIRGPUToROCDLTransforms.so.21.0git
[7611/7716] Linking CXX shared library lib/libMLIRSparseTensorPipelines.so.21.0git
[7612/7716] Creating library symlink lib/libMLIRGPUToROCDLTransforms.so
[7613/7716] Creating library symlink lib/libMLIRSparseTensorPipelines.so
[7614/7716] Linking CXX shared library lib/libMLIRGPUTransformOps.so.21.0git
[7615/7716] Creating library symlink lib/libMLIRGPUTransformOps.so
[7616/7716] Linking CXX shared library lib/libMLIRNVGPUTransformOps.so.21.0git
[7617/7716] Creating library symlink lib/libMLIRNVGPUTransformOps.so
[7618/7716] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o
FAILED: tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/tools/llvm-reduce -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/include -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/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-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -std=c++17 -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o -c /home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp
/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp: In function ‘void replaceFunctionCalls(llvm::Function*, llvm::Function*)’:
/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp:112:29: error: ‘void llvm::FPMathOperator::setFastMathFlags(llvm::FastMathFlags)’ is private within this context
112 | FPOp->setFastMathFlags(CI->getFastMathFlags());
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp:17:
/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/include/llvm/IR/Operator.h:264:8: note: declared private here
264 | void setFastMathFlags(FastMathFlags FMF) {
| ^~~~~~~~~~~~~~~~
[7619/7716] Linking CXX shared library lib/libMLIRCAPIConversion.so.21.0git
[7620/7716] Linking CXX shared library lib/libMLIRGPUTestPasses.so.21.0git
[7621/7716] Linking CXX executable bin/mlir-translate
[7622/7716] Linking CXX shared library lib/libMLIRJitRunner.so.21.0git
[7623/7716] Linking CXX shared library lib/libMLIRTestPass.so.21.0git
[7624/7716] Linking CXX shared library lib/libFIRDialectSupport.so.21.0git
[7625/7716] Linking CXX executable bin/mlir-rewrite
[7626/7716] Linking CXX executable bin/mlir-transform-opt
[7627/7716] Linking CXX executable bin/mlir-reduce
[7628/7716] Linking CXX executable bin/mlir-query
[7629/7716] Linking CXX shared library lib/libMLIRCAPIRegisterEverything.so.21.0git
[7630/7716] Linking CXX shared library lib/libclang-cpp.so.21.0git
[7631/7716] Building CXX object tools/flang/lib/Frontend/CMakeFiles/flangFrontend.dir/cmake_pch.hxx.gch
ninja: build stopped: subcommand failed.
['ninja'] exited with return code 1.
The build step threw an exception...
Traceback (most recent call last):
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py", line 50, in step
yield
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py", line 41, in main
run_command(["ninja"])
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py", line 63, in run_command
util.report_run_cmd(cmd, cwd=directory)
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-zorg/zorg/buildbot/builders/annotated/util.py", line 49, in report_run_cmd
subprocess.check_call(cmd, shell=shell, *args, **kwargs)
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ninja']' returned non-zero exit status 1.
@@@STEP_FAILURE@@@
Step 7 (build cmake config) failure: build cmake config (failure)
...
[7609/7716] Creating library symlink lib/libMLIRGPUPipelines.so
[7610/7716] Linking CXX shared library lib/libMLIRGPUToROCDLTransforms.so.21.0git
[7611/7716] Linking CXX shared library lib/libMLIRSparseTensorPipelines.so.21.0git
[7612/7716] Creating library symlink lib/libMLIRGPUToROCDLTransforms.so
[7613/7716] Creating library symlink lib/libMLIRSparseTensorPipelines.so
[7614/7716] Linking CXX shared library lib/libMLIRGPUTransformOps.so.21.0git
[7615/7716] Creating library symlink lib/libMLIRGPUTransformOps.so
[7616/7716] Linking CXX shared library lib/libMLIRNVGPUTransformOps.so.21.0git
[7617/7716] Creating library symlink lib/libMLIRNVGPUTransformOps.so
[7618/7716] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o
FAILED: tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/tools/llvm-reduce -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/include -I/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/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-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -std=c++17 -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o -c /home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp
/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp: In function ‘void replaceFunctionCalls(llvm::Function*, llvm::Function*)’:
/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp:112:29: error: ‘void llvm::FPMathOperator::setFastMathFlags(llvm::FastMathFlags)’ is private within this context
112 | FPOp->setFastMathFlags(CI->getFastMathFlags());
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp:17:
/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-project/llvm/include/llvm/IR/Operator.h:264:8: note: declared private here
264 | void setFastMathFlags(FastMathFlags FMF) {
| ^~~~~~~~~~~~~~~~
[7619/7716] Linking CXX shared library lib/libMLIRCAPIConversion.so.21.0git
[7620/7716] Linking CXX shared library lib/libMLIRGPUTestPasses.so.21.0git
[7621/7716] Linking CXX executable bin/mlir-translate
[7622/7716] Linking CXX shared library lib/libMLIRJitRunner.so.21.0git
[7623/7716] Linking CXX shared library lib/libMLIRTestPass.so.21.0git
[7624/7716] Linking CXX shared library lib/libFIRDialectSupport.so.21.0git
[7625/7716] Linking CXX executable bin/mlir-rewrite
[7626/7716] Linking CXX executable bin/mlir-transform-opt
[7627/7716] Linking CXX executable bin/mlir-reduce
[7628/7716] Linking CXX executable bin/mlir-query
[7629/7716] Linking CXX shared library lib/libMLIRCAPIRegisterEverything.so.21.0git
[7630/7716] Linking CXX shared library lib/libclang-cpp.so.21.0git
[7631/7716] Building CXX object tools/flang/lib/Frontend/CMakeFiles/flangFrontend.dir/cmake_pch.hxx.gch
ninja: build stopped: subcommand failed.
['ninja'] exited with return code 1.
The build step threw an exception...
Traceback (most recent call last):
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py", line 50, in step
yield
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py", line 41, in main
run_command(["ninja"])
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/build/../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py", line 63, in run_command
util.report_run_cmd(cmd, cwd=directory)
File "/home/botworker/bbot/amdgpu-offload-ubuntu-22-cmake-build-only/llvm-zorg/zorg/buildbot/builders/annotated/util.py", line 49, in report_run_cmd
subprocess.check_call(cmd, shell=shell, *args, **kwargs)
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ninja']' returned non-zero exit status 1.
program finished with exit code 0
```
</details>
https://github.com/llvm/llvm-project/pull/133584
More information about the llvm-commits
mailing list