This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Handle any extend whilst lowering mull
ClosedPublic

Authored by dmgreen on Dec 27 2020, 5:29 AM.

Details

Summary

Similar to D93832 but for ARM, this handles any_extend whilst creating MULL nodes, treating them as zextends.

Diff Detail

Event Timeline

dmgreen created this revision.Dec 27 2020, 5:29 AM
dmgreen requested review of this revision.Dec 27 2020, 5:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 27 2020, 5:29 AM
RKSimon accepted this revision.Dec 31 2020, 3:07 AM

LGTM

This revision is now accepted and ready to land.Dec 31 2020, 3:07 AM
This revision was automatically updated to reflect the committed changes.