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
Loading
Please register or sign in to comment
are not demanded. This often allows the anyext to be folded away. llvm-svn: 109242