This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AArch64]Call encoding functions for left-shift immediate (which is no-op in terms of value but better code style)
ClosedPublic

Authored by mingmingl on Nov 10 2022, 12:14 PM.

Details

Summary

Call encoding functions for left-shfit immidate for consistency (and easier tracking if the encoding ever changes in the future).

Diff Detail

Event Timeline

mingmingl created this revision.Nov 10 2022, 12:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2022, 12:14 PM
mingmingl requested review of this revision.Nov 10 2022, 12:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2022, 12:14 PM
mingmingl edited the summary of this revision. (Show Details)Nov 10 2022, 12:14 PM
mingmingl added a reviewer: dmgreen.
dmgreen accepted this revision.Nov 10 2022, 11:57 PM

Sounds good. Thanks for the cleanup.

This revision is now accepted and ready to land.Nov 10 2022, 11:57 PM

thanks! Going to submit (the x86 failure window looks irrelevant from error message, and ninja check-llvm passed).

This revision was landed with ongoing or failed builds.Nov 11 2022, 9:58 AM
This revision was automatically updated to reflect the committed changes.