Skip to content
Commit 46dd5a63 authored by Chris Lattner's avatar Chris Lattner
Browse files

This optimization makes MANY phi nodes that all have the same incoming value.

If this happens, detect it early instead of relying on instcombine to notice
it later.  This can be a big speedup, because PHI nodes can have many
incoming values.

llvm-svn: 17741
parent 7515cabe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment