diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-10-28 03:20:10 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-10-28 03:20:10 +0000 |
commit | 4ff3cf6d927049db47edbd5bc981ab19f5e17f5e (patch) | |
tree | f37b7c71453d9ab451df3dd0f5d31d2b30352b8e /llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp | |
parent | 0298a1d0a247ae505bc97ca9ec9c84b5f89c04fc (diff) | |
download | llvm-4ff3cf6d927049db47edbd5bc981ab19f5e17f5e.zip llvm-4ff3cf6d927049db47edbd5bc981ab19f5e17f5e.tar.gz llvm-4ff3cf6d927049db47edbd5bc981ab19f5e17f5e.tar.bz2 |
[SelectionDAG] Don't inspect !range metadata for extended loads
Summary:
Don't call `computeKnownBitsFromRangeMetadata` for extended loads --
this can cause a mismatch between the width of the !range metadata and
the width of the APInt's accumulating `KnownZero` (and `KnownOne` in the
future). This isn't a problem now, but will be after a future change.
Note: this can be made more aggressive in the future.
Reviewers: nlewycky
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D14107
llvm-svn: 251486
Diffstat (limited to 'llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions