[PATCH] D65193: [ARM][ParallelDSP] Fix pointer operand reordering

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 01:47:44 PDT 2019


samparker created this revision.
samparker added reviewers: efriedma, SjoerdMeijer.
Herald added subscribers: kristof.beyls, javed.absar, srhines.

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


https://reviews.llvm.org/D65193

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/ParallelDSP/pr42729.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65193.211443.patch
Type: text/x-patch
Size: 4476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/6178b5ca/attachment.bin>


More information about the llvm-commits mailing list