[PATCH] D123178: [RISCV] Store/restore RISCVMachineFunctionInfo into MIR YAML file

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 14:58:01 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/machine-function-info.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=riscv64 -run-pass none %s -o - | FileCheck %s
+
----------------
Would be a good idea to have a round trip run line to check printing and parsing


================
Comment at: llvm/test/CodeGen/RISCV/machine-function-info.mir:137
+
+...
----------------
 MIR print/parser tests should go under test/CodeGen/MIR/RISCV, not test/CodeGen/RISCV


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123178



More information about the llvm-commits mailing list