Skip to content

Add edge case handler for stack reduction

Gabriel Barrantes requested to merge work/cherry-pick-91205962 into release/24.05

Inputs with the form 8-3*2+1 reduced incorrectly due to the "+" operation dropping the "-" for the first operand. Added code to detect this special case and give the expected result.

BUG: 487614

(cherry picked from commit 91205962)

Merge request reports