[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
Sun Dec 19 19:47:39 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:
----------------
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.


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