[PATCH] D127475: [RISCV][NFC] precommit tests for D127474

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 10:06:08 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/mul.ll:1584
+
+define i8 @mulsub(i8 %x, i8 %y) nounwind {
+; RV32I-LABEL: mulsub:
----------------
Should this be mulsub_demand to match muladd_demand above?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127475



More information about the llvm-commits mailing list