This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Make ARM::ArchExtKind use 64-bit underlying type (part 2), NFCI
ClosedPublic

Authored by miyuki on Feb 4 2020, 6:17 AM.

Details

Summary

After following Simon's suggestion about additional testing posted at
https://reviews.llvm.org/D73906, I found several more places that
need to be updated.

Diff Detail

Event Timeline

miyuki created this revision.Feb 4 2020, 6:17 AM
simon_tatham accepted this revision.Feb 4 2020, 6:25 AM

LGTM. Sorry my testing suggestion was ten minutes late :-)

This revision is now accepted and ready to land.Feb 4 2020, 6:25 AM

Unit tests: pass. 62442 tests passed, 0 failed and 845 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.

This revision was automatically updated to reflect the committed changes.