[all-commits] [llvm/llvm-project] 368a5e: [Alignment][NFC] migrate DataLayout::getPreferredA...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Jun 29 04:24:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 368a5e3a666ff38432be538370c46ff800fface1
      https://github.com/llvm/llvm-project/commit/368a5e3a666ff38432be538370c46ff800fface1
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngine.cpp
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/Target.cpp
    M llvm/lib/Transforms/IPO/ConstantMerge.cpp

  Log Message:
  -----------
  [Alignment][NFC] migrate DataLayout::getPreferredAlignment

This 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

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




More information about the All-commits mailing list