[PATCH] D128194: [LoongArch] Add codegen support for multiplication operations
    Lu Weining via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 23 05:36:39 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
----------------
SixWeining wrote:
> 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.
Just now we request review for this tool in D128433. After that been merged we can directly use it.
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