This is an archive of the discontinued LLVM Phabricator instance.

[ARM][ParallelDSP] Fix pointer operand reordering
ClosedPublic

Authored by samparker on Jul 24 2019, 1:47 AM.

Details

Summary

While combining two loads into a single load, we often need to reorder the pointer operands for the new load. This reordering was broken in the cases where there was a chain of values that built up the pointer.

Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=42729

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Jul 24 2019, 1:47 AM
SjoerdMeijer accepted this revision.Jul 24 2019, 1:52 AM

Looks like a good fix to me

This revision is now accepted and ready to land.Jul 24 2019, 1:52 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2019, 2:41 AM