AArch64: avoid UB shift of negative value
Left shifting a negative value is undefined behaviour, so this just moves the negation afterwards to avoid it.
Loading
Please sign in to comment
Left shifting a negative value is undefined behaviour, so this just moves the negation afterwards to avoid it.