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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 09:17:03 PST 2021


craig.topper 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:
----------------
Can you pre-commit the new test cases so we can see the change here?


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