[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
Wed Jun 12 02:34:40 PDT 2019


dnsampaio updated this revision to Diff 204240.
dnsampaio added a comment.

- - Added specific shrink wrapping test for pr37472


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63152

Files:
  lib/CodeGen/ShrinkWrap.cpp
  test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  test/CodeGen/AArch64/branch-relax-cbz.ll
  test/CodeGen/AArch64/pr37472.ll
  test/CodeGen/AArch64/taildup-cfi.ll
  test/CodeGen/ARM/arm-shrink-wrapping-linux.ll
  test/CodeGen/ARM/arm-shrink-wrapping.ll
  test/CodeGen/Thumb/thumb-shrink-wrapping.ll
  test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
  test/CodeGen/X86/MachineSink-eflags.ll
  test/CodeGen/X86/cmov.ll
  test/CodeGen/X86/copy-eflags.ll
  test/CodeGen/X86/fold-pcmpeqd-2.ll
  test/CodeGen/X86/i386-shrink-wrapping.ll
  test/CodeGen/X86/shrink-wrap-chkstk-x86_64.ll
  test/CodeGen/X86/x86-shrink-wrapping.ll
  test/CodeGen/X86/xchg-nofold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63152.204240.patch
Type: text/x-patch
Size: 38779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/f32cd0ef/attachment.bin>


More information about the llvm-commits mailing list