[PATCH] D132325: [AArch64][CodeGen] Fold the mov and lsl into ubfiz
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 10:29:26 PDT 2022
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
Some of these changes feel a little silly, like the change to select_cc.ll, but there isn't any performance difference, so I guess it's fine. (lsl is actually ubfiz in disguise.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132325/new/
https://reviews.llvm.org/D132325
More information about the llvm-commits
mailing list