Logical and ('&&') was used to join two conditions instead of logical
or ('||') causing some store instructions to not be recognized.
Reported by: GCC 9 -Wparentheses
Differential D31949
arm64: Fix a logic bug in is_load_instr(). jhb on Sep 13 2021, 6:30 PM. Authored by Tags None Referenced Files
Subscribers
Details Logical and ('&&') was used to join two conditions instead of logical Reported by: GCC 9 -Wparentheses
Diff Detail
Event TimelineComment Actions I wonder if we need this. The store macro looks broken, they are only used in ddb to count instructions, and are defined as 0 on most architectures. |