[InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2)
This further extends r292179 to support additional binary operators beyond subtraction. llvm-svn: 292238
Loading
Please sign in to comment
This further extends r292179 to support additional binary operators beyond subtraction. llvm-svn: 292238