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

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 20:37:17 PDT 2022


kito-cheng updated this revision to Diff 421074.
kito-cheng added a comment.

Changes:

- Checking machineFunctionInfo.
- Remove MoveF64FrameIndex.
- Use static_cast rather than reinterpret_cast.
- Move test case to test/CodeGen/MIR/RISCV.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123178

Files:
  llvm/lib/Target/RISCV/CMakeLists.txt
  llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.cpp
  llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
  llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  llvm/lib/Target/RISCV/RISCVTargetMachine.h
  llvm/test/CodeGen/MIR/RISCV/machine-function-info.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123178.421074.patch
Type: text/x-patch
Size: 12656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220407/c983016f/attachment.bin>


More information about the llvm-commits mailing list