You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'asm operand has impossible constraint' error is seen
in an inline assembly section for certain optimization
levels.
Toolchain version: Arm GNU Toolchain 11.3.1
Fix targets simplification of constraints for register allocator.
FixesARM-software#50
Change-Id: I476827857897eb972ca92be2750b0395678993d4
'asm operand has impossible constraint' error is seen in an inline
assembly section for certain optimization levels.
Toolchain version: Arm GNU Toolchain 11.3.1
Fix targets simplification of constraints for register allocator.
Fixes#50
GCC version : arm-none-eabi-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712
Reproducer: arm-none-eabi-gcc -mcpu=cortex-m55 -Os -I../../Include/ -mfloat-abi=hard -mfpu=auto -S arm_nn_mat_mult_nt_t_s8.c
The issue is not seen in newer releases or other optimization levels.
The text was updated successfully, but these errors were encountered: