This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Optimizing codegen for sign-extension
DraftPublic

Authored by nilanjana_basu on Mar 1 2023, 5:43 PM.
This is a draft revision that has not yet been submitted for review.

Details

Reviewers
None
Summary

Eliminating the redundant use of 'lsl' instruction by incorporating the logic in the already used 'sbfx' instruction.

Diff Detail

Event Timeline

nilanjana_basu created this revision.Mar 1 2023, 5:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 5:43 PM