SDK v22.2.1
Bug fixes
- llvm-mos/llvm-mos#491 - Fix crash for certain adds of ternary
... ? 1 : -1.- This pattern was converted from a variable ADC to a INC and DEC by the MOSIncDecPhi pass, but the mechanism was always brittle, and it was difficult to repair it in the face of this issue. Accordingly, this pass has been removed. This may cause a slight regression in code size and performance, but it's expected to be in the noise compared to register allocation.
Merge from upstream LLVM
Upstream revision: llvm/llvm-project@4984714 (25 Jun 2025)
Previous upstream revision: llvm/llvm-project@b434bc4 (14 May 2025)