[PATCH] D103359: [RISCV][test] Add new tests of and in the zbs extension
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 29 14:22:35 PDT 2021
craig.topper added a comment.
In D103359#2788085 <https://reviews.llvm.org/D103359#2788085>, @benshi001 wrote:
> These tests will show how (and r i) are optimized to
>
> `(bclri (bclri r, i0), i1)` or `(bclri (andi r, i0), i1)`.
Put this in the patch description
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103359/new/
https://reviews.llvm.org/D103359
More information about the llvm-commits
mailing list