Skip to content
Commit 664c4d01 authored by Craig Topper's avatar Craig Topper
Browse files

[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
parent c2f3cea6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment