This is an archive of the discontinued LLVM Phabricator instance.

[OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex
ClosedPublic

Authored by aeubanks on Mar 16 2022, 2:02 PM.

Details

Reviewers
nikic
Group Reviewers
Restricted Project
Commits
rG2371c5a0e06d: [OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex
Summary

Includes verifier changes checking the elementtype, clang codegen
changes to emit the elementtype, and ISel changes using the elementtype.

Basically the same as D120527.

Diff Detail

Event Timeline

aeubanks created this revision.Mar 16 2022, 2:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 2:02 PM
aeubanks requested review of this revision.Mar 16 2022, 2:02 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 16 2022, 2:02 PM
aeubanks added a reviewer: Restricted Project.Mar 16 2022, 2:03 PM
nikic accepted this revision.Mar 16 2022, 2:10 PM
nikic added a subscriber: nikic.

LGTM

This revision is now accepted and ready to land.Mar 16 2022, 2:10 PM
This revision was landed with ongoing or failed builds.Mar 16 2022, 2:13 PM
This revision was automatically updated to reflect the committed changes.