[PATCH] D103359: [RISCV][test] Add new tests of bitwise and in the zbs extension

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 29 18:21:58 PDT 2021


benshi001 added a comment.

In D103359#2788392 <https://reviews.llvm.org/D103359#2788392>, @craig.topper wrote:

> 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

Thanks. It is done.


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

https://reviews.llvm.org/D103359



More information about the llvm-commits mailing list