[llvm] [VPlan] Verify dominance for incoming values of phi-like recipes. (PR #124838)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 04:28:47 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-win-fast` running on `as-builder-3` while building `llvm` at step 7 "test-build-unified-tree-check-llvm-unit".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/2/builds/24015
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-llvm-unit) failure: test (failure)
******************** TEST 'LLVM-Unit :: Transforms/Vectorize/./VectorizeTests.exe/46/51' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\build\unittests\Transforms\Vectorize\.\VectorizeTests.exe-LLVM-Unit-3468-46-51.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=51 GTEST_SHARD_INDEX=46 C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\build\unittests\Transforms\Vectorize\.\VectorizeTests.exe
--
Script:
--
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\build\unittests\Transforms\Vectorize\.\VectorizeTests.exe --gtest_filter=VPVerifierTest.VPPhiIncomingValueDoesntDominateIncomingBlock
--
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\llvm\unittests\Transforms\Vectorize\VPlanVerifierTest.cpp(178): error: Expected equality of these values:
"Use before def!\n"
::testing::internal::GetCapturedStderr().c_str()
Which is: "Incoming def at index 0 does not dominate incoming block!\n"
C:\buildbot\as-builder-3\llvm-clang-x86_64-win-fast\llvm-project\llvm\unittests\Transforms\Vectorize\VPlanVerifierTest.cpp:178
Expected equality of these values:
"Use before def!\n"
::testing::internal::GetCapturedStderr().c_str()
Which is: "Incoming def at index 0 does not dominate incoming block!\n"
********************
```
</details>
https://github.com/llvm/llvm-project/pull/124838
More information about the llvm-commits
mailing list