"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "6fbbb093aea52928bb8df4a2212f44ac3bac7733"
Move some code around.
Make the "fold (and (cast A), (cast B)) -> (cast (and A, B))" transformation only apply when both casts really will cause code to be generated. If one or both doesn't, then this xform doesn't remove a cast. This fixes Transforms/InstCombine/2006-05-06-Infloop.ll llvm-svn: 28141
Loading
Please register or sign in to comment