[PATCH] D12418: Distribute the weight on the edge from switch to default statement to edges generated in lowering switch.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 18:43:27 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL246522: Distribute the weight on the edge from switch to default statement to edges… (authored by conghou).

Changed prior to commit:
  http://reviews.llvm.org/D12418?vs=33484&id=33657#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12418

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/trunk/test/CodeGen/AArch64/aarch64-deferred-spilling.ll
  llvm/trunk/test/CodeGen/ARM/jump-table-islands.ll
  llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll
  llvm/trunk/test/CodeGen/Thumb2/v8_IT_3.ll
  llvm/trunk/test/CodeGen/Thumb2/v8_IT_5.ll
  llvm/trunk/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
  llvm/trunk/test/CodeGen/X86/switch-bt.ll
  llvm/trunk/test/CodeGen/X86/switch-edge-weight.ll
  llvm/trunk/test/CodeGen/X86/switch-order-weight.ll
  llvm/trunk/test/CodeGen/X86/switch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12418.33657.patch
Type: text/x-patch
Size: 17925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150901/0d0d3f2d/attachment.bin>


More information about the llvm-commits mailing list