[all-commits] [llvm/llvm-project] 66037b: MachineFunctionInfo for AArch64 in MIR

Jessica Paquette via All-commits all-commits at lists.llvm.org
Fri Apr 17 15:34:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 66037b84cf5e2d432801fd0a3a0f2921c0860af3
      https://github.com/llvm/llvm-project/commit/66037b84cf5e2d432801fd0a3a0f2921c0860af3
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
    A llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetMachine.h
    M llvm/lib/Target/AArch64/CMakeLists.txt
    A llvm/test/CodeGen/AArch64/function-info-noredzone-present.ll
    A llvm/test/CodeGen/MIR/AArch64/function-info-noredzone-present.mir

  Log Message:
  -----------
  MachineFunctionInfo for AArch64 in MIR

Starting with hasRedZone adding MachineFunctionInfo to be put in the YAML for MIR files.

Split out of: D78062

Based on implementation for MachineFunctionInfo for WebAssembly

Differential Revision: https://reviews.llvm.org/D78173

Patch by Andrew Litteken! (AndrewLitteken)




More information about the All-commits mailing list