Skip to content
Commit 7887da36 authored by Chris Lattner's avatar Chris Lattner
Browse files

Do not fold loads into instructions if it is used more than once. In particular

we do not want to fold the load in cases like this:

  X = load
    = add A, X
    = add B, X

llvm-svn: 14204
parent f03f320b
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