[llvm] [InstCombine] Replace all dominated uses of condition with constants (PR #105510)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 31 19:26:59 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` running on `linaro-armv8-windows-msvc-05` while building `llvm` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/141/builds/2024
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: Expression/./ExpressionTests.exe/11/12 (1785 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/3/12 (1786 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/2/12 (1787 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/4/12 (1788 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/5/12 (1789 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/6/12 (1790 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/7/12 (1791 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/8/12 (1792 of 2013)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/9/12 (1793 of 2013)
PASS: lldb-unit :: Host/./HostTests.exe/0/8 (1794 of 2013)
FAIL: lldb-unit :: Host/./HostTests.exe/1/8 (1795 of 2013)
******************** TEST 'lldb-unit :: Host/./HostTests.exe/1/8' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Host\.\HostTests.exe-lldb-unit-8728-1-8.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=8 GTEST_SHARD_INDEX=1 C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Host\.\HostTests.exe
--
Script:
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Host\.\HostTests.exe --gtest_filter=PipeTest.WriteWithTimeout
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Host\PipeTest.cpp(120): error: Expected: (dur) >= (std::chrono::milliseconds(200)), actual: 8-byte object <6C-F3 E4-0B 00-00 00-00> vs 8-byte object <C8-00 00-00 00-00 00-00>
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Host\PipeTest.cpp:120
Expected: (dur) >= (std::chrono::milliseconds(200)), actual: 8-byte object <6C-F3 E4-0B 00-00 00-00> vs 8-byte object <C8-00 00-00 00-00 00-00>
********************
PASS: lldb-unit :: Host/./HostTests.exe/2/8 (1796 of 2013)
PASS: lldb-unit :: Host/./HostTests.exe/4/8 (1797 of 2013)
PASS: lldb-unit :: Host/./HostTests.exe/5/8 (1798 of 2013)
PASS: lldb-unit :: Host/./HostTests.exe/6/8 (1799 of 2013)
PASS: lldb-unit :: Host/./HostTests.exe/7/8 (1800 of 2013)
PASS: lldb-unit :: Host/common/./HostCommonTests.exe/0/3 (1801 of 2013)
PASS: lldb-unit :: Host/common/./HostCommonTests.exe/1/3 (1802 of 2013)
PASS: lldb-unit :: Host/common/./HostCommonTests.exe/2/3 (1803 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/0/8 (1804 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/1/8 (1805 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/2/8 (1806 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/3/8 (1807 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/4/8 (1808 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/5/8 (1809 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/6/8 (1810 of 2013)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/7/8 (1811 of 2013)
PASS: lldb-unit :: Interpreter/./InterpreterTests.exe/0/8 (1812 of 2013)
PASS: lldb-unit :: Interpreter/./InterpreterTests.exe/1/8 (1813 of 2013)
PASS: lldb-unit :: Interpreter/./InterpreterTests.exe/2/8 (1814 of 2013)
```
</details>
https://github.com/llvm/llvm-project/pull/105510
More information about the llvm-commits
mailing list