[llvm] [GISel] Add more FP opcodes to CSE (PR #123624)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 06:37:47 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-ppc64le-linux-test-suite` running on `ppc64le-clang-test-suite` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<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)
...
8.859 [2/64/47] Linking CXX executable unittests/FuzzMutate/FuzzMutateTests
8.978 [2/63/48] Linking CXX executable unittests/Target/VE/VETests
9.119 [2/62/49] Linking CXX executable unittests/MC/MCTests
9.875 [2/61/50] Linking CXX executable unittests/Transforms/IPO/IPOTests
11.017 [2/60/51] Linking CXX executable tools/clang/unittests/Lex/LexTests
11.178 [2/59/52] Linking CXX executable unittests/Transforms/Utils/UtilsTests
11.530 [2/58/53] Linking CXX executable unittests/tools/llvm-cfi-verify/CFIVerifyTests
11.557 [2/57/54] Linking CXX executable tools/clang/unittests/Tooling/Syntax/SyntaxTests
11.743 [2/56/55] Linking CXX executable tools/clang/unittests/Index/IndexTests
12.495 [2/55/56] Building CXX object unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/CSETest.cpp.o
FAILED: unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/CSETest.cpp.o 
ccache /usr/lib64/ccache/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/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/unittests/CodeGen/GlobalISel -I/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel -I/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/include -I/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/include -I/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/third-party/unittest/googletest/include -I/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/third-party/unittest/googlemock/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -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-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17  -Wno-dangling-else -Wno-variadic-macros -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -Wno-suggest-override -MD -MT unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/CSETest.cpp.o -MF unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/CSETest.cpp.o.d -o unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/CSETest.cpp.o -c /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp: In member function ‘virtual void {anonymous}::AArch64GISelMITest_TestCSE_Test::TestBody()’:
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:84:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘setFlag’; did you mean ‘setMIFlag’?
     MIBFAdd2.setFlag(MachineInstr::FmNsz);
              ^~~~~~~
              setMIFlag
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:87:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘clearFlag’
     MIBFAdd2.clearFlag(MachineInstr::FmNsz);
              ^~~~~~~~~
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:97:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘setFlag’; did you mean ‘setMIFlag’?
     MIBFSub2.setFlag(MachineInstr::FmNoNans);
              ^~~~~~~
              setMIFlag
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:100:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘clearFlag’
     MIBFSub2.clearFlag(MachineInstr::FmNoNans);
              ^~~~~~~~~
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:110:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘setFlag’; did you mean ‘setMIFlag’?
     MIBFMul2.setFlag(MachineInstr::FmNoNans);
              ^~~~~~~
              setMIFlag
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:113:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘clearFlag’
     MIBFMul2.clearFlag(MachineInstr::FmNoNans);
              ^~~~~~~~~
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:123:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘setFlag’; did you mean ‘setMIFlag’?
     MIBFDiv2.setFlag(MachineInstr::FmNoNans);
              ^~~~~~~
              setMIFlag
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:126:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘clearFlag’
     MIBFDiv2.clearFlag(MachineInstr::FmNoNans);
              ^~~~~~~~~
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:136:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘setFlag’; did you mean ‘setMIFlag’?
     MIBFAbs2.setFlag(MachineInstr::FmNsz);
              ^~~~~~~
              setMIFlag
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:139:14: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘clearFlag’
     MIBFAbs2.clearFlag(MachineInstr::FmNsz);
              ^~~~~~~~~
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/unittests/CodeGen/GlobalISel/CSETest.cpp:149:17: error: ‘class llvm::MachineInstrBuilder’ has no member named ‘setFlag’; did you mean ‘setMIFlag’?

```

</details>

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


More information about the llvm-commits mailing list