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

Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4)

This triggers in cases of bitfield additions, opening opportunities for
future improvements.

llvm-svn: 16834
parent 7bfe4032
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