[PATCH] D79084: [VE] Dynamic stack allocation

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 03:21:27 PDT 2020


simoll updated this revision to Diff 262581.
simoll edited the summary of this revision.
simoll added a comment.

- use standard C CC for grow_stack builtins.
- added test for aligned stack allocation.
- renamed builtins to `__builtin_grow_stack[_align]`.
- rebased.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79084/new/

https://reviews.llvm.org/D79084

Files:
  compiler-rt/cmake/Modules/CompilerRTUtils.cmake
  compiler-rt/cmake/base-config-ix.cmake
  compiler-rt/cmake/builtin-config-ix.cmake
  compiler-rt/lib/builtins/CMakeLists.txt
  compiler-rt/lib/builtins/ve/grow_stack.S
  compiler-rt/lib/builtins/ve/grow_stack_align.S
  llvm/lib/Target/VE/VEFrameLowering.cpp
  llvm/lib/Target/VE/VEFrameLowering.h
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.cpp
  llvm/lib/Target/VE/VEInstrInfo.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VERegisterInfo.cpp
  llvm/lib/Target/VE/VESubtarget.h
  llvm/test/CodeGen/VE/alloca.ll
  llvm/test/CodeGen/VE/alloca_aligned.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79084.262581.patch
Type: text/x-patch
Size: 32051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/cbc6b5a0/attachment.bin>


More information about the llvm-commits mailing list