This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Don't arbitrarily limit a mask to 64 bits
ClosedPublic

Authored by foad on Jan 16 2020, 7:57 AM.

Diff Detail

Event Timeline

foad created this revision.Jan 16 2020, 7:57 AM
arsenm accepted this revision.Jan 16 2020, 8:00 AM

LGTM. It would be possible to write a test for this, but I doubt any target is going to want to widen beyond 64 bits

This revision is now accepted and ready to land.Jan 16 2020, 8:00 AM

Unit tests: pass. 61914 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

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

This revision was automatically updated to reflect the committed changes.