[PATCH] D93619: [RISCV] Optimize multiplication with constant

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 22:57:12 PST 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/mul.ll:952
+
+define i128 @muli128_m3840(i128 %a) nounwind {
+; RV32I-LABEL: muli128_m3840:
----------------
benshi001 wrote:
> craig.topper wrote:
> > Please pre-commit these test cases and rebase this patch.
> The test cases are commited to 
> 
> https://reviews.llvm.org/D94062
Please rebase and mark that as a parent of this revision.


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

https://reviews.llvm.org/D93619



More information about the llvm-commits mailing list