]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass to
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 12 Feb 2014 18:09:18 +0000 (18:09 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 12 Feb 2014 18:09:18 +0000 (18:09 +0000)
commit386fedd32e7c1bdbcb4d17ef948b591b639b135e
tree2ba11459a11b66597a5982d1b736347b873f4b39
parente4c62d103433ae3466a5e25d3c69d2a006b62e71
Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass to
preserve branch probability information.

<rdar://problem/15893208>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201245 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TailDuplication.cpp
test/CodeGen/ARM/taildup-branch-weight.ll [new file with mode: 0644]