Have GVN do a pre-pass over the CFG that folds away unconditional branches where...
authorOwen Anderson <resistor@mac.com>
Tue, 15 Jul 2008 16:28:06 +0000 (16:28 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 15 Jul 2008 16:28:06 +0000 (16:28 +0000)
commit961edc8be60e7a4d02ad4729428a09da660d3901
treeb9f180fa33fe7928bf1dbddf1e7cfcba5171857e
parentb79d2a6bfa488e395bb983635fd624b3b4e2d8b5
Have GVN do a pre-pass over the CFG that folds away unconditional branches where possible.  This allows local PRE to be more aggressive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp