[PATCH] D128194: [LoongArch] Add codegen support for multiplication operations
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 17:22:40 PDT 2022
MaskRay requested changes to this revision.
MaskRay added inline comments.
This revision now requires changes to proceed.
================
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
----------------
Use llvm/utils/update_llc_test_checks.py if this checks so many lines.
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