[PATCH] D15549: [X86] Use push-pop for materializing small constants under 'minsize'

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 11:02:48 PST 2015


hans updated this revision to Diff 43037.
hans added a comment.

Avoid the push/pop lowering for Win64 in functions without frame pointers.


http://reviews.llvm.org/D15549

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86InstrCompiler.td
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  lib/Target/X86/X86InstrInfo.td
  test/CodeGen/X86/materialize-one.ll
  test/CodeGen/X86/materialize.ll
  test/CodeGen/X86/powi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15549.43037.patch
Type: text/x-patch
Size: 15482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/f2505cb4/attachment.bin>


More information about the llvm-commits mailing list