[PATCH] D135844: [AArch64][2/4]Regard (shl val, N) as a potential bit-field-positioning op regardless of the number of uses.

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 22:54:42 PST 2022


mingmingl abandoned this revision.
mingmingl added a comment.

For the affected test case `test_nonuseful_bits`, one BFM and one ORR is generated now (https://godbolt.org/z/a3c68f7dE) with this commit <https://github.com/llvm/llvm-project/commit/f62d8a1a5044df7b8d72033d056375b4ab256012>. Going to abandon this patch (rather than rebase it for other BFI improvements). Thanks for the discussions around BFM/ORR.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135844/new/

https://reviews.llvm.org/D135844



More information about the llvm-commits mailing list