[PATCH] D83159: [RISCV] Add a new codegen test

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 22:08:12 PDT 2020


asb added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/addimm-mulimm.ll:1
+; RUN: llc -mtriple=riscv32 -mattr=+m -verify-machineinstrs < %s \
+; RUN:   | FileCheck -check-prefix=RV32IM %s
----------------
MaskRay wrote:
> It'd be better adding a file-level comment.
+1 on adding a comment to this file explaining what it's aiming to demonstrate


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83159





More information about the llvm-commits mailing list