aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-04-17 03:08:24 +0000
committerBob Wilson <bob.wilson@apple.com>2010-04-17 03:08:24 +0000
commit84bd6b0c31f41cdd1d859dab54b6bc1177c4c6bb (patch)
treebf31667194458144634432af4f95bd8b3f088c1c /lib/Target/TargetMachine.cpp
parent8295d4c96c8530acb7ae0098d813b53dc4fe0a89 (diff)
Re-commit my previous SSAUpdater changes. The previous version naively tried
to determine where to place PHIs by iteratively comparing reaching definitions at each block. That was just plain wrong. This version now computes the dominator tree within the subset of the CFG where PHIs may need to be placed, and then places the PHIs in the iterated dominance frontier of each definition. The rest of the patch is mostly the same, with a few more performance improvements added in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions