[PATCH] D123178: [RISCV] Store/restore RISCVMachineFunctionInfo into MIR YAML file
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 01:05:55 PDT 2022
frasercrmck added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/machine-function-info.mir:97
+machineFunctionInfo:
+ varArgsFrameIndex: -1
+ varArgsSaveSize: 64
----------------
I guess we should be checking that `machineFunctionInfo` is serialized back out again successfully? Seems like `update_mir_test_checks.py` isn't doing that for us.
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