This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Use encodeLogicalImmediate for forming the immediate to an AND. NFC.
ClosedPublic

Authored by mstorsjo on Oct 12 2022, 2:35 PM.

Diff Detail

Event Timeline

mstorsjo created this revision.Oct 12 2022, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 2:35 PM
mstorsjo requested review of this revision.Oct 12 2022, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 2:35 PM
efriedma accepted this revision.Oct 12 2022, 3:11 PM

LGTM

llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
1817

assert(MFI.getMaxAlign() > Align(1))

This revision is now accepted and ready to land.Oct 12 2022, 3:11 PM
This revision was landed with ongoing or failed builds.Oct 12 2022, 11:54 PM
This revision was automatically updated to reflect the committed changes.