This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Fix LowerMGATHER to return the chain result for floating point gathers.
ClosedPublic

Authored by craig.topper on Mar 19 2021, 10:38 AM.

Details

Summary

Found by adding asserts to LegalizeDAG to make sure custom legalized
results had the right types.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 19 2021, 10:38 AM
craig.topper requested review of this revision.Mar 19 2021, 10:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2021, 10:38 AM
kmclaughlin accepted this revision.Mar 19 2021, 11:02 AM

Thanks for this fix, LGTM!

This revision is now accepted and ready to land.Mar 19 2021, 11:02 AM
This revision was landed with ongoing or failed builds.Mar 19 2021, 11:54 AM
This revision was automatically updated to reflect the committed changes.