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
I've been told LLVM middleend normalizes sub x, 1 to add x, -1; then AArch64 backend is not aware that it could transform it back to sub x, 1 before pattern matching