[PATCH] D77316: [AArch64] Add a special case for shifting by (BitWidth - 1) - X
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 02:55:14 PST 2022
foad added a comment.
> So, we emit the shift amount separately.
So it looks like we should only do this when the shift amount has a single use? Can I leave that for a separate patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77316/new/
https://reviews.llvm.org/D77316
More information about the llvm-commits
mailing list