[InstCombine] Replace an equality compare of two APInt pointers with a compare...
[InstCombine] Replace an equality compare of two APInt pointers with a compare of the APInts themselves. Apparently this works by virtue of the fact that the pointers are pointers to the APInts stored inside of the ConstantInt objects. But I really don't think we should be relying on that. llvm-svn: 314761
Loading
Please sign in to comment