[llvm] [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (PR #136759)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 07:57:43 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/16899
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: TableGen/GlobalISelCombinerEmitter/match-table-cxx.td' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llvm-tblgen -I /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/../../../include -gen-global-isel-combiner -combiners=MyCombiner /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td # RUN: at line 1
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llvm-tblgen -I /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/../../../include -gen-global-isel-combiner -combiners=MyCombiner /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td:99:16: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m// CHECK-NEXT: /* 0 */ GIM_SwitchOpcode, /*MI*/0, /*[*/GIMT_Encode2(99), GIMT_Encode2(205), /*)*//*default:*//*Label 5*/ GIMT_Encode4(500),
[0;1;32m ^
[0m[1m<stdin>:350:44: [0m[0;1;30mnote: [0m[1mscanning from here
[0m constexpr static uint8_t MatchTable0[] = {
[0;1;32m ^
[0m[1m<stdin>:351:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m /* 0 */ GIM_SwitchOpcode, /*MI*/0, /*[*/GIMT_Encode2(99), GIMT_Encode2(207), /*)*//*default:*//*Label 5*/ GIMT_Encode4(508),
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ [0m
[0;1;30m 2: [0m[1m[0;1;46m|* *| [0m
[0;1;30m 3: [0m[1m[0;1;46m|* GenMyCombiner Combiner Match Table *| [0m
[0;1;30m 4: [0m[1m[0;1;46m|* *| [0m
[0;1;30m 5: [0m[1m[0;1;46m|* Automatically generated file, do not edit! *| [0m
[0;1;30m 6: [0m[1m[0;1;46m|* *| [0m
[0;1;30m 7: [0m[1m[0;1;46m\*===----------------------------------------------------------------------===*/ [0m
[0;1;30m 8: [0m[1m[0;1;46m [0m
[0;1;30m 9: [0m[1m[0;1;46m#ifdef GET_GICOMBINER_DEPS [0m
[0;1;30m 10: [0m[1m[0;1;46m#include "llvm/ADT/SparseBitVector.h" [0m
[0;1;30m 11: [0m[1m[0;1;46mnamespace llvm { [0m
[0;1;30m 12: [0m[1m[0;1;46mextern cl::OptionCategory GICombinerOptionCategory; [0m
[0;1;30m 13: [0m[1m[0;1;46m} // end namespace llvm [0m
[0;1;30m 14: [0m[1m[0;1;46m#endif // ifdef GET_GICOMBINER_DEPS [0m
[0;1;30m 15: [0m[1m[0;1;46m [0m
[0;1;30m 16: [0m[1m[0;1;46m#ifdef GET_GICOMBINER_TYPES [0m
[0;1;30m 17: [0m[1m[0;1;46mstruct GenMyCombinerRuleConfig { [0m
[0;1;30m 18: [0m[1m[0;1;46m SparseBitVector<> DisabledRules; [0m
[0;1;30m 19: [0m[1m[0;1;46m [0m
[0;1;30m 20: [0m[1m[0;1;46m bool isRuleEnabled(unsigned RuleID) const; [0m
[0;1;30m 21: [0m[1m[0;1;46m bool parseCommandLineOption(); [0m
[0;1;30m 22: [0m[1m[0;1;46m bool setRuleEnabled(StringRef RuleIdentifier); [0m
[0;1;30m 23: [0m[1m[0;1;46m bool setRuleDisabled(StringRef RuleIdentifier); [0m
[0;1;30m 24: [0m[1m[0;1;46m}; [0m
[0;1;30m 25: [0m[1m[0;1;46m [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/136759
More information about the llvm-commits
mailing list