[PATCH] D63152: [FIX] Forces shrink wrapping to consider any memory access as aliasing with the stack

Diogo N. Sampaio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 06:54:08 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363265: [FIX] Forces shrink wrapping to consider any memory access as aliasing with theā€¦ (authored by dnsampaio, committed by ).
Herald added subscribers: asbirlea, jsji, kbarton, nemanjai.

Changed prior to commit:
  https://reviews.llvm.org/D63152?vs=204240&id=204527#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63152

Files:
  llvm/trunk/lib/CodeGen/ShrinkWrap.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/AArch64/branch-relax-cbz.ll
  llvm/trunk/test/CodeGen/AArch64/dont-shrink-wrap-stack-mayloadorstore.mir
  llvm/trunk/test/CodeGen/AArch64/taildup-cfi.ll
  llvm/trunk/test/CodeGen/ARM/arm-shrink-wrapping-linux.ll
  llvm/trunk/test/CodeGen/ARM/arm-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/PowerPC/BreakableToken-reduced.ll
  llvm/trunk/test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll
  llvm/trunk/test/CodeGen/PowerPC/licm-tocReg.ll
  llvm/trunk/test/CodeGen/PowerPC/ppc64-sibcall-shrinkwrap.ll
  llvm/trunk/test/CodeGen/PowerPC/xray-ret-is-terminator.ll
  llvm/trunk/test/CodeGen/Thumb/thumb-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
  llvm/trunk/test/CodeGen/X86/MachineSink-eflags.ll
  llvm/trunk/test/CodeGen/X86/cmov.ll
  llvm/trunk/test/CodeGen/X86/copy-eflags.ll
  llvm/trunk/test/CodeGen/X86/fold-pcmpeqd-2.ll
  llvm/trunk/test/CodeGen/X86/i386-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/X86/shrink-wrap-chkstk-x86_64.ll
  llvm/trunk/test/CodeGen/X86/x86-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/X86/xchg-nofold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63152.204527.patch
Type: text/x-patch
Size: 258094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190613/1e6d23d8/attachment-0001.bin>


More information about the llvm-commits mailing list