This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Make use of KnownBits::computeForAddSub
ClosedPublic

Authored by foad on Jan 26 2020, 6:38 AM.

Details

Summary

This is mostly NFC. computeForAddSub may give more precise results in
some cases, but that doesn't seem to affect any existing GlobalISel
tests.

Diff Detail

Event Timeline

foad created this revision.Jan 26 2020, 6:38 AM

Unit tests: pass. 62197 tests passed, 0 failed and 815 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

arsenm accepted this revision.Jan 27 2020, 12:31 PM
This revision is now accepted and ready to land.Jan 27 2020, 12:31 PM
This revision was automatically updated to reflect the committed changes.