[llvm] [DAG][ARM] computeKnownBitsForTargetNode - add handling for ARMISD VORRIMM\VBICIMM nodes (PR #149494)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 4 01:57:08 PDT 2025


woruyu wrote:

> LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
> 
> Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/26690
> 
> Here is the relevant piece of the build log for the reference

I looked into the `lld :: MinGW/driver.test` failure on `llvm-clang-aarch64-darwin (doug-worker-4)`.

This isn’t caused by my patch. The builder is hitting an environment issue:
```
Could not create process (.../FileCheck) due to [Errno 24] Too many open files
error: command failed with exit status: 127
``` 

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


More information about the llvm-commits mailing list