[PATCH] D78173: MachineFunctionInfo for AArch64 in MIR
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 17:58:48 PDT 2020
AndrewLitteken created this revision.
AndrewLitteken added reviewers: paquette, t.p.northover.
Herald added subscribers: llvm-commits, danielkiss, sunfish, aheejin, hiraditya, kristof.beyls, mgorny, dschuff.
Herald added a project: LLVM.
AndrewLitteken edited the summary of this revision.
Starting with hasRedZone adding MachineFunctionInfo to be put in the YAML for MIR files.
Split out of: D78062 <https://reviews.llvm.org/D78062>
Based on implementation for MachineFunctionInfo for WebAssembly
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78173
Files:
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
llvm/lib/Target/AArch64/AArch64TargetMachine.h
llvm/lib/Target/AArch64/CMakeLists.txt
llvm/test/CodeGen/AArch64/function-info-noredzone-present.ll
llvm/test/CodeGen/MIR/AArch64/function-info-noredzone-present.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78173.257572.patch
Type: text/x-patch
Size: 8198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/7869af26/attachment.bin>
More information about the llvm-commits
mailing list