-
Bug
-
Resolution: Fixed
-
High
-
Code Generation Tools
-
CODEGEN-9631
-
-
-
-
default
-
This bug only impacts 16bit signed short variables for negative values. To avoid, instead use a 32bit signed integer type.
For CLA, loads of 16bit signed, negative integers to MRn registers will incorrectly zero-extend by 16 bits rather than sign-extend.