[PATCH] D42600: [CodeGen][Shrink-wrap]split restore point

Sushant Gokhale via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 01:05:56 PDT 2023


sushgokh updated this revision to Diff 505997.
sushgokh retitled this revision from "[WIP][Shrink-wrap]split restore point" to "[CodeGen][Shrink-wrap]split restore point".
sushgokh added reviewers: nickdesaulniers, MaskRay.
sushgokh added subscribers: SjoerdMeijer, madhur13490, rjj.
sushgokh added a comment.
Herald added subscribers: luke, pcwang-thead, frasercrmck, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, dmgreen, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, nemanjai.
Herald added a project: LLVM.

This is reland attempt.

The only change to the patch is introducing 'updateTerminator' function. Rest all is inherited from previous revision.


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

https://reviews.llvm.org/D42600

Files:
  llvm/lib/CodeGen/ShrinkWrap.cpp
  llvm/test/CodeGen/AArch64/dont-shrink-wrap-stack-mayloadorstore.mir
  llvm/test/CodeGen/AArch64/shrinkwrap-split-restore-point.mir
  llvm/test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll
  llvm/test/CodeGen/ARM/ssat-unroll-loops.ll
  llvm/test/CodeGen/LoongArch/jump-table.ll
  llvm/test/CodeGen/PowerPC/common-chain-aix32.ll
  llvm/test/CodeGen/PowerPC/common-chain.ll
  llvm/test/CodeGen/PowerPC/loop-instr-form-prepare.ll
  llvm/test/CodeGen/PowerPC/lsr-profitable-chain.ll
  llvm/test/CodeGen/PowerPC/shrink-wrap.ll
  llvm/test/CodeGen/PowerPC/shrink-wrap.mir
  llvm/test/CodeGen/RISCV/aext-to-sext.ll
  llvm/test/CodeGen/RISCV/jumptable.ll
  llvm/test/CodeGen/Thumb/thumb-shrink-wrapping.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/inlineasm.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/memcall.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-float-loops.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/reductions.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/sibling-loops.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/while-loops.ll
  llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
  llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
  llvm/test/CodeGen/Thumb2/mve-gather-tailpred.ll
  llvm/test/CodeGen/Thumb2/mve-memtp-loop.ll
  llvm/test/CodeGen/Thumb2/mve-scatter-increment.ll
  llvm/test/CodeGen/Thumb2/mve-vmull-loop.ll
  llvm/test/CodeGen/X86/negative-stride-fptosi-user.ll
  llvm/test/CodeGen/X86/pr44412.ll
  llvm/test/CodeGen/X86/x86-shrink-wrapping.ll
  llvm/test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42600.505997.patch
Type: text/x-patch
Size: 106198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230317/b67a7f30/attachment-0001.bin>


More information about the llvm-commits mailing list