[all-commits] [llvm/llvm-project] c3df69: [Alignment][NFC] Deprecate getTransientStackAlignment

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Wed Mar 18 01:03:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3df69faa03404ad912f4f613edc19c067ab91f6
      https://github.com/llvm/llvm-project/commit/c3df69faa03404ad912f4f613edc19c067ab91f6
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/lib/CodeGen/MachineFrameInfo.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
    M llvm/lib/Target/XCore/XCoreFrameLowering.cpp

  Log Message:
  -----------
  [Alignment][NFC] Deprecate getTransientStackAlignment

Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet

Subscribers: jholewinski, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list