[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
Wed Feb 9 01:58:15 PST 2022


foad marked an inline comment as done.
foad added a comment.

In D77316#2040193 <https://reviews.llvm.org/D77316#2040193>, @efriedma wrote:

> What happens if the shift amount has more than one use?

Not sure, but the same as the existing special case for shifting by BitWidth - X.


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