[PATCH] D84152: [PowerPC] Fix wrong codegen when stack pointer has to realign performing dynalloc

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 20:40:03 PDT 2020


lkail updated this revision to Diff 279700.
lkail added a comment.

Simplified code according to @jsji 's comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84152

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  llvm/test/CodeGen/PowerPC/pr46759.ll
  llvm/test/CodeGen/PowerPC/stack-clash-dynamic-alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84152.279700.patch
Type: text/x-patch
Size: 23701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200722/210285eb/attachment-0001.bin>


More information about the llvm-commits mailing list