[PATCH] D69216: Use Align for TFL::TransientStackAlignment

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 19 12:08:22 PDT 2019


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: llvm-commits, atanasyan, jrtc27, fedor.sergeev, aheejin, hiraditya, jgravelle-google, sbc100, nhaehnle, jvesely, sdardis, jyknight, dschuff, arsenm.
Herald added a project: LLVM.

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/D69216

Files:
  llvm/include/llvm/CodeGen/TargetFrameLowering.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/lib/Target/AArch64/AArch64FrameLowering.h
  llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h
  llvm/lib/Target/AMDGPU/R600FrameLowering.h
  llvm/lib/Target/AMDGPU/SIFrameLowering.h
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/lib/Target/Hexagon/HexagonFrameLowering.h
  llvm/lib/Target/MSP430/MSP430FrameLowering.h
  llvm/lib/Target/Mips/MipsFrameLowering.h
  llvm/lib/Target/Sparc/SparcFrameLowering.cpp
  llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69216.225763.patch
Type: text/x-patch
Size: 8850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191019/40839ef3/attachment.bin>


More information about the llvm-commits mailing list