[AMDGPU][GISel] Rename amdgpu-regbankselect amdgpu-reg-bank-select
To be more consistent with reg-bank-select and other passes that are
hyphenated rather than concatenated.
Reviewers: arsenm, vikramRH, aeubanks
Pull Request: https://github.com/llvm/llvm-project/pull/217487
[GISel] Rename regbankselect reg-bank-select
To be more consistent with other pass names, use hypens between the
words. Noticed this when I went to do a NewPM porting.
Reviewers: aeubanks, arsenm, vikramRH
Pull Request: https://github.com/llvm/llvm-project/pull/217486
NAS-141762 / 27.0.0-BETA.1 / Permit allow_any_host to be toggled (#19521)
- Permit `allow_any_host` to be toggled off for a NVMe-oF subsystem
- Add unit test
`TestAllowAnyHostToggle::test__allow_any_host_toggle_with_active_host_link`.
[GlobalISel] Add G_EXTRACT_SUBVECTOR to computeNumSignBits (#216798)
Port the SDAG EXTRACT_SUBVECTOR computeNumSignBits handling to
GlobalISel. Offsets the demanded elements by the subvector index to
propagate sign bits from the source vector to the extracted subvector.
For scalable vectors, conservatively demands all elements.
Part of #150515.
system: approximate user being expired in the grid
This would only be correct if the backend gave us a
definitive expired message based on the time zone.
The historic issue is that the expiration no longer
sets disabled, but it's still a useful visual clue.
PR: https://forum.opnsense.org/index.php?topic=52759.0
ui: fix condition to check sidebar toggle loading (#10743)
Changed the sidebar guard from && to || so it aborts when either the CSS
or the navigation element is missing.
[AMDGPU] Fix eliminateFrameIndex clobbering a scavenged register (#217470)
Writing the offset into an undefined scavenged register let the
scavenger alias it with another temp and corrupt the address
graphics/simp: update to 3.11.0
- Update egui and a bunch of others deps
- Make smooth zoom
- Add option to sort images in list by different values like name, time and size
- Fix some text fields being impossible to enter text into