[PATCH] D48972: [ARM][NFC] ParallelDSP tweaks
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 07:38:18 PDT 2018
samparker created this revision.
samparker added a reviewer: SjoerdMeijer.
Herald added a reviewer: javed.absar.
Herald added subscribers: chrib, kristof.beyls.
Convert the ParallelMAC struct to something more generic, it has become 'BinOpSequence' and the ValueList 'VL' is now two: LHS and RHS. This makes iterating and comparing the instructions cleaner.
Also changed some functions to accept reference arguments instead of copying the data out.
https://reviews.llvm.org/D48972
Files:
lib/Target/ARM/ARMParallelDSP.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48972.154236.patch
Type: text/x-patch
Size: 12293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/5593367b/attachment.bin>
More information about the llvm-commits
mailing list