This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Correctly handle combining segmented stacks with execute-only
ClosedPublic

Authored by john.brawn on Jul 26 2023, 8:23 AM.

Details

Summary

Using segmented stacks with execute-only mostly works, but we need to use the correct movi32 opcode in 6-M, and there's one place where for thumb1 (i.e. 6-M and 8-M.base) a constant pool was unconditionally used which needed to be fixed.

Diff Detail

Event Timeline

john.brawn created this revision.Jul 26 2023, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 8:23 AM
john.brawn requested review of this revision.Jul 26 2023, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 8:23 AM
This revision is now accepted and ready to land.Jul 27 2023, 9:07 AM
This revision was landed with ongoing or failed builds.Jul 28 2023, 2:41 AM
This revision was automatically updated to reflect the committed changes.