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

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 22:55:18 PST 2021


benshi001 marked an inline comment as done.
benshi001 added inline comments.


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

https://reviews.llvm.org/D94062


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

https://reviews.llvm.org/D93619



More information about the llvm-commits mailing list