[AMDGPU] Fix pattern selecting fmul to v_fma_mix_f32 (#180210)
This needs to use an addend of -0.0 to get the correct result when the
result should be -0.0.
[AMDGPU] Optimize S_OR_B32 to S_ADDK_I32 where possible (#177949)
This PR fixes #177753, converting disjoint S_OR_B32 to S_ADDK_I32
whenever possible, it avoids this transformation in case S_OR_B32 can be
converted to bitset.
Note on Test Failures (Draft Status) This change causes significant
register reshuffling across the test suite due to the new allocation
hints and the swaps performed in case src0 is not a register and src1,
along with the change from or to addk. To avoid a massive, noisy diff
during the initial logic review:
This Draft PR only includes a representative sample of updated tests.
CodeGen/AMDGPU/combine-reg-or-const.ll -> Showcases change from S_OR to
S_ADDK
CodeGen/AMDGPU/s-barrier.ll -> Showcases swap between Src0 and Src1 if
src0 is not a register
The rest of the tests show the result of the register allocation hint we
[3 lines not shown]
ruby-gnome: update to 4.3.5
Upstream changes:
https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.3.5
Ruby-GNOME 4.3.5: 2026-02-06
This is a GLib 2.87 support release.
Changes
Ruby/GLib2
* Improvements
+ Added support for GLib 2.87.
o GH-1695
o Patch by Alessandro Astone.
Ruby/Clutter
[22 lines not shown]