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

Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code

pessimization where instcombine can sink a load (good for code size) that
prevents an alloca from being promoted by mem2reg (bad for everything).

llvm-svn: 33771
parent 9a677c58
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