[PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 16:10:34 PDT 2016


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

forgot about the debug info


https://reviews.llvm.org/D24108

Files:
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/BranchFolding.cpp
  lib/Target/X86/X86ExpandPseudo.cpp
  lib/Target/X86/X86InstrControl.td
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  lib/Target/X86/X86MCInstLower.cpp
  test/CodeGen/X86/atom-pad-short-functions.ll
  test/CodeGen/X86/conditional-tailcall.ll
  test/CodeGen/X86/or-branch.ll
  test/CodeGen/X86/sibcall.ll
  test/CodeGen/X86/xor-icmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24108.69918.patch
Type: text/x-patch
Size: 19362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160831/b285a8b0/attachment.bin>


More information about the llvm-commits mailing list