This is an archive of the discontinued LLVM Phabricator instance.

[aarch64][NFC] Remove unneeded work from machine memset
AbandonedPublic

Authored by urnathan on Sep 5 2023, 5:14 AM.

Details

Summary

I noticed some unnecessary computation in aarch64.

The memset intrinsics have no source pointer, so don't construct that
operand for them.

Diff Detail

Event Timeline

urnathan created this revision.Sep 5 2023, 5:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2023, 5:14 AM
urnathan requested review of this revision.Sep 5 2023, 5:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2023, 5:14 AM
urnathan abandoned this revision.Sep 7 2023, 1:58 PM

Replaced by pull request