diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2007-01-29 02:56:54 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2007-01-29 02:56:54 +0000 |
commit | 6a08f918b649eb6246da5d254dbbc22c1e5816c6 (patch) | |
tree | fdb23d8cc8d588dc33dea9281cd599812f1fbf84 /lib/ExecutionEngine/Interpreter/Interpreter.cpp | |
parent | ec9bfdc152a870d3c62377ed6855fb3bff69511c (diff) |
Simplify names of lattice values. SGTUNE becomes SGT, for example.
Fix initializeConstant, now initializeInt. Fixes major performance
bottleneck.
X == Y || X->DominatedBy(Y) is redundant. Remove the X == Y part.
Fix crasher in makeEqual where getOrInsertNode would add a new constant,
producing an NE relationship between the two members we're trying to make
equal. This now allows us to mark more BBs as unreachable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.cpp')
0 files changed, 0 insertions, 0 deletions