Remove some special cases that aren't really any simpler than the
general case.
Details
Details
- Reviewers
RKSimon - Commits
- rG90b310f6caf0: [Support] Simplify KnownBits::icmp helpers. NFC.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94595
[Support] Simplify KnownBits::icmp helpers. NFC. ClosedPublic Authored by foad on Jan 13 2021, 5:53 AM.
Details
Summary Remove some special cases that aren't really any simpler than the
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 14 2021, 5:54 AM Closed by commit rG90b310f6caf0: [Support] Simplify KnownBits::icmp helpers. NFC. (authored by foad). · Explain WhyJan 14 2021, 6:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316642 llvm/lib/Support/KnownBits.cpp
|
Is this still worth keeping?