[PATCH] D20957: [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 06:35:17 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL272891: [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo (authored by igor.laevsky).

Changed prior to commit:
  http://reviews.llvm.org/D20957?vs=60827&id=60963#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D20957

Files:
  llvm/trunk/include/llvm/Analysis/BranchProbabilityInfo.h
  llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/test/Transforms/JumpThreading/dangling-pointers-in-bpi.ll
  llvm/trunk/unittests/Analysis/BlockFrequencyInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20957.60963.patch
Type: text/x-patch
Size: 8360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/e9229713/attachment.bin>


More information about the llvm-commits mailing list