DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
It can help with argument juggling on some targets, and is generally a good idea. llvm-svn: 226740
Loading
Please register or sign in to comment
It can help with argument juggling on some targets, and is generally a good idea. llvm-svn: 226740