This is an archive of the discontinued LLVM Phabricator instance.

[ARM][Thumb2] Support .w assembler qualifier for pld/pldw/pli
ClosedPublic

Authored by falstaff84 on Feb 25 2020, 2:52 PM.

Details

Summary

Accept explicit wide assembler qualifier for the pld/pldw/pli.

Diff Detail

Event Timeline

falstaff84 created this revision.Feb 25 2020, 2:52 PM
ostannard accepted this revision.Feb 26 2020, 2:06 AM
ostannard added a subscriber: ostannard.

LGTM

This revision is now accepted and ready to land.Feb 26 2020, 2:06 AM
psmith added a subscriber: psmith.

The change looks good to me, but I'm far from an expert on tablegen. There is a similar revision for ldrb.w under D68916 I've added reviewers that have been involved there to see if they have any thoughts on the approach.

ps. I'm quite happy, with ostannard approving.

Thanks for the review. I do not have commit access, so I would be glad if somebody could merge that for me.

I've committed this and D75143 for you.

This revision was automatically updated to reflect the committed changes.