[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
Mon Jul 20 21:16:40 PDT 2020


lkail updated this revision to Diff 279392.
lkail retitled this revision from "[PowerPC] Fix wrong codegen when stack pointer has to realign" to "[PowerPC] Fix wrong codegen when stack pointer has to realign performing dynalloc".
lkail edited the summary of this revision.
lkail added a comment.

Removed fix of wrong codegen in prologue, will post another patch to fix.


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.279392.patch
Type: text/x-patch
Size: 23968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/328abb5e/attachment-0001.bin>


More information about the llvm-commits mailing list