[PATCH] D18573: [X86] Enable call frame optimization ("mov to push") not only for optsize (PR26325)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 16:43:19 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL264966: [X86] Enable call frame optimization ("mov to push") not only for optsizeā€¦ (authored by hans).

Changed prior to commit:
  http://reviews.llvm.org/D18573?vs=52139&id=52155#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18573

Files:
  llvm/trunk/lib/Target/X86/X86CallFrameOptimization.cpp
  llvm/trunk/test/CodeGen/X86/2006-05-02-InstrSched1.ll
  llvm/trunk/test/CodeGen/X86/2006-11-12-CSRetCC.ll
  llvm/trunk/test/CodeGen/X86/atom-lea-sp.ll
  llvm/trunk/test/CodeGen/X86/avx-intel-ocl.ll
  llvm/trunk/test/CodeGen/X86/avx512-intel-ocl.ll
  llvm/trunk/test/CodeGen/X86/call-push.ll
  llvm/trunk/test/CodeGen/X86/cmpxchg-clobber-flags.ll
  llvm/trunk/test/CodeGen/X86/coalescer-commute3.ll
  llvm/trunk/test/CodeGen/X86/hipe-prologue.ll
  llvm/trunk/test/CodeGen/X86/i386-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/X86/libcall-sret.ll
  llvm/trunk/test/CodeGen/X86/localescape.ll
  llvm/trunk/test/CodeGen/X86/mcu-abi.ll
  llvm/trunk/test/CodeGen/X86/memset-2.ll
  llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
  llvm/trunk/test/CodeGen/X86/movtopush.ll
  llvm/trunk/test/CodeGen/X86/phys-reg-local-regalloc.ll
  llvm/trunk/test/CodeGen/X86/segmented-stacks.ll
  llvm/trunk/test/CodeGen/X86/seh-catch-all-win32.ll
  llvm/trunk/test/CodeGen/X86/seh-stack-realign.ll
  llvm/trunk/test/CodeGen/X86/shrink-wrap-chkstk.ll
  llvm/trunk/test/CodeGen/X86/sse-intel-ocl.ll
  llvm/trunk/test/CodeGen/X86/tailcall-stackalign.ll
  llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll
  llvm/trunk/test/CodeGen/X86/vararg-callee-cleanup.ll
  llvm/trunk/test/CodeGen/X86/win-catchpad-csrs.ll
  llvm/trunk/test/CodeGen/X86/win-catchpad.ll
  llvm/trunk/test/CodeGen/X86/win-cleanuppad.ll
  llvm/trunk/test/CodeGen/X86/win32-eh-states.ll
  llvm/trunk/test/CodeGen/X86/win32-seh-catchpad.ll
  llvm/trunk/test/CodeGen/X86/win32-seh-nested-finally.ll
  llvm/trunk/test/CodeGen/X86/win32_sret.ll
  llvm/trunk/test/CodeGen/X86/xmulo.ll
  llvm/trunk/test/CodeGen/X86/zext-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18573.52155.patch
Type: text/x-patch
Size: 34742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/81779ba5/attachment.bin>


More information about the llvm-commits mailing list