diff options
author | Craig Topper <craig.topper@intel.com> | 2017-10-03 04:55:04 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-10-03 04:55:04 +0000 |
commit | 664c4d0190ff8c64bf55789b3328555db5ec1460 (patch) | |
tree | bea4805951ea109e09394431eadd4e8dcb00ed6f /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | c2f3cea608a123fa51ec523d91b9df46edf22df3 (diff) | |
download | llvm-664c4d0190ff8c64bf55789b3328555db5ec1460.zip llvm-664c4d0190ff8c64bf55789b3328555db5ec1460.tar.gz llvm-664c4d0190ff8c64bf55789b3328555db5ec1460.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions