This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add a regression test for D154281
ClosedPublic

Authored by foad on Jul 17 2023, 8:23 AM.

Details

Summary

This is a reduced version of one of the tests that was broken by the
original commit of D154281 "[CodeGen] Store SP adjustment in
MachineBasicBlock. NFCI.".

Diff Detail

Event Timeline

foad created this revision.Jul 17 2023, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 8:23 AM
foad requested review of this revision.Jul 17 2023, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 8:23 AM
luporl accepted this revision.Jul 18 2023, 12:44 PM

LGTM. This test passes on ARM without D154281 and fails at add r3, sp, #72 when it is applied.

This revision is now accepted and ready to land.Jul 18 2023, 12:44 PM
This revision was automatically updated to reflect the committed changes.