Skip to content
Commit 0818684a authored by Dan Gohman's avatar Dan Gohman
Browse files

DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits

are not demanded. This often allows the anyext to be folded away.

llvm-svn: 109242
parent aaa58c66
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