https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82120

--- Comment #9 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Sure, I'm just reluctant to add yet another
check_effective_target_arm_cortex_a5 function in the already extremely long
list of arm-dedicated queries.

Maybe I can play with arm's -mprint-tune-info, which dumps tuning parameters in
the .s file:
for cortex-m7:
                @logical_op_non_short_circuit:  [1,1]
for cortex-a9:
                @logical_op_non_short_circuit:  [1,1]
for cortex-a5:
                @logical_op_non_short_circuit:  [0,0]

and use that to write a check_effective_target_arm_short_circuit ?

Reply via email to