[PATCH] D77291: [Alignment][NFC] Use more Align versions of various functions

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 02:08:50 PDT 2020


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, kerbowa, atanasyan, jrtc27, hiraditya, nhaehnle, jvesely, sdardis, arsenm, qcolombet, MatzeB.
Herald added a project: LLVM.
courbet added a comment.
courbet accepted this revision.
This revision is now accepted and ready to land.
gchatelet updated this revision to Diff 254455.
gchatelet retitled this revision from "[Alignment][NFC] A few trivial changes" to "[Alignment][NFC] Use more Align versions of various functions".

Please rephrase the commit header to something more informative.


gchatelet added a comment.

rebase and amend commit message


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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77291

Files:
  llvm/lib/CodeGen/RegAllocFast.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/CodeGen/VirtRegMap.cpp
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
  llvm/lib/Target/Mips/MipsISelLowering.h
  llvm/lib/Target/X86/X86FrameLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77291.254455.patch
Type: text/x-patch
Size: 5723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200402/680a2695/attachment.bin>


More information about the llvm-commits mailing list