Skip to content
Commit 1b08c4a7 authored by Chris Lattner's avatar Chris Lattner
Browse files

add a new -enable-value-prop flag for llcbeta, that enables propagation

of value info (sign/zero ext info) from one MBB to another.  This doesn't
handle much right now because of two limitations:

1) only handles zext/sext, not random bit propagation (no assert exists 
   for this)
2) doesn't handle phis.

llvm-svn: 52383
parent fd4c3216
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