[Analysis] computeKnownBitsFromOperator - add @llvm.clmul knownbits handling and tests (#177893)
This adds knownbits handling for `Intrinsic::clmul` inside
`computeKnownBitsFromOperator`. Tests are also included.
Closes #177550
InstCombine: Stop preserving undef in SimplifyDemandedFPClass (#178163)
If we know there are no valid values, fold to poison. Previously this
would leave values that started as undef alone.
net-p2p/sonarr: Add dynamic object dependency mapping for sqlite3
Added the libmap.d file.
Same was already done for net-p2p/prowlarr and net-p2p/lidarr.
This will make sonarr work with sqlite3 again (postgresql was/is not
affected).
PR: 292745
py-test-doctestplus: updated to 1.7.1
1.7.1 (2026-01-26)
- Fixing bug where ``__doctest_requires__`` with version specifiers (e.g.,
``numpy>=2.0``) incorrectly skipped tests even when dependencies were
satisfied.
[AMDGPU] Take into account amdgpu-waves-per-eu in getRegPressureLimit
The minimum occupancy computed by `getOccupancyWithWorkGroupSizes`
doesn't take into account that the user may have provided a
low-occupancy target through the amdgpu-waves-per-eu attribute.
Use getWavesPerEU which gives the proper occupancy bounds.
When the user specifies a small amdgpu-waves-per-eu range (like "1,1"), this
results in higher vpgr limits.
InstCombine: Stop preserving undef in SimplifyDemandedFPClass
If we know there are no valid values, fold to poison. Previously this
would leave values that started as undef alone.