[PATCH] D93589: [RISCV][NFC] Add tests for multiplication with constant
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 20 13:15:18 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/mul.ll:567
+define i32 @muli32_p384(i32 %a) nounwind {
+; RV32I: addi a1, zero, 384
+; RV32I-NEXT: call __mulsi3 at plt
----------------
Please use utils/update_llc_test_checks.py to generate the check lines to be consistent with the rest of this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93589/new/
https://reviews.llvm.org/D93589
More information about the llvm-commits
mailing list