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

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 29 03:16:33 PDT 2021


benshi001 added a comment.

These tests will show how (and r i) are optimized to

`(bseti (bseti r, i0), i1)` or `(bseti (andi r, i0), i1)`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103359



More information about the llvm-commits mailing list