Skip to content
Commit f3f5d246 authored by Martyn Capewell's avatar Martyn Capewell
Browse files

Fix add/sub immediate for min-int case

960606b6 removed a check for the encodability of a value within an add/sub
instruction, which allowed negation of min-int to pass through undetected.
This caused incorrect code generation, as the value wasn't inverted, but the
operation was.

Change-Id: I9c436a42a67aabca4873972c173ea104ef36f40e
parent f48172ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment