[llvm] [DAG] isKnownNeverNaN - add DemandedElts element mask to isKnownNeverNaN calls (PR #135952)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 18 01:41:44 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-x86_64-windows` running on `minipc-ryzen-win` while building `llvm` at step 8 "test-build-unified-tree-check-flang-rt".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/166/builds/1180
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 8 (test-build-unified-tree-check-flang-rt) failure: test (failure)
******************** TEST 'flang-rt-OldUnit :: Runtime/RuntimeTests.exe' FAILED ********************
[==========] Running 225 tests from 54 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from AllocatableTest
[ RUN ] AllocatableTest.MoveAlloc
[ OK ] AllocatableTest.MoveAlloc (0 ms)
[ RUN ] AllocatableTest.AllocateFromScalarSource
[ OK ] AllocatableTest.AllocateFromScalarSource (0 ms)
[ RUN ] AllocatableTest.AllocateSourceZeroSize
[ OK ] AllocatableTest.AllocateSourceZeroSize (0 ms)
[ RUN ] AllocatableTest.DoubleAllocation
[ OK ] AllocatableTest.DoubleAllocation (0 ms)
[----------] 4 tests from AllocatableTest (0 ms total)
[----------] 3 tests from ArrayConstructor
[ RUN ] ArrayConstructor.Basic
[ OK ] ArrayConstructor.Basic (0 ms)
[ RUN ] ArrayConstructor.Character
[ OK ] ArrayConstructor.Character (0 ms)
[ RUN ] ArrayConstructor.CharacterRuntimeCheck
[ OK ] ArrayConstructor.CharacterRuntimeCheck (67 ms)
[----------] 3 tests from ArrayConstructor (67 ms total)
[----------] 1 test from BufferTests
[ RUN ] BufferTests.TestFrameBufferReadAndWrite
[ OK ] BufferTests.TestFrameBufferReadAndWrite (0 ms)
...
```
</details>
https://github.com/llvm/llvm-project/pull/135952
More information about the llvm-commits
mailing list