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
First, give it an appropriate name instead of "issue 122805":
it is about not generating shufflevector when a byteswap would do,
so we call it dont-shufflevector-bswaps now.
Second, explicitly set -Copt-level=2 instead of using -O
Third, remove unnecessary cruft: we only need to reason about the
shufflevector instruction and the bswap intrinsic.
0 commit comments