[PATCH] D115922: [RISCV] Override hasAndNotCompare to use more andn when have Zbb extension.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 20 04:54:56 PST 2021


jacquesguan added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rv32zbb-zbp.ll:562
+
+define i1 @andn_seqz_i32(i32 %a, i32 %b) nounwind {
+; RV32I-LABEL: andn_seqz_i32:
----------------
luismarques wrote:
> jacquesguan wrote:
> > craig.topper wrote:
> > > Can you pre-commit the new test cases so we can see the change here?
> > Done, I added a precommit test in https://reviews.llvm.org/D116013.
> This diff doesn't yet reflect the separate test patch. You don't need to wait for the other patch to be accepted to update the diff here. You can use the other patch as the diff baseline and add it as a parent revision to this one.
Done, I rebase to the pre-commit test, now the diff is OK.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115922



More information about the llvm-commits mailing list