[PATCH] D128194: [LoongArch] Add codegen support for multiplication operations
Lu Weining via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 17:41:49 PDT 2022
SixWeining added inline comments.
================
Comment at: llvm/test/CodeGen/LoongArch/ir-instruction/mul.ll:1
+; RUN: llc --mtriple=loongarch32 < %s | FileCheck %s --check-prefix=LA32
+; RUN: llc --mtriple=loongarch64 < %s | FileCheck %s --check-prefix=LA64
----------------
MaskRay wrote:
> Use llvm/utils/update_llc_test_checks.py if this checks so many lines.
Thanks. Actually these check lines are generated by that python script with the first “Note:” line deleted manually. This is because LoongArch support for this script hasn’t been upstreamed since the lacking of function calls to write full test for this tool.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128194/new/
https://reviews.llvm.org/D128194
More information about the llvm-commits
mailing list