[all-commits] [llvm/llvm-project] 998118: [Alignment][NFC] Deprecate MachineMemOperand::getM...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Mar 31 09:05:42 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp

  Log Message:
  -----------
  [Alignment][NFC] Deprecate MachineMemOperand::getMachineMemOperand version that takes an untyped alignement.

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: hiraditya, jfb, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list