[PATCH] D59368: [ARM][ParallelDSP] Disable for big-endian

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 08:55:52 PDT 2019


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

Bail early when we don't have a preheader and also if the target is big endian because it's written with only little endian in mind!


https://reviews.llvm.org/D59368

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll
  test/CodeGen/ARM/ParallelDSP/smlad0.ll
  test/CodeGen/ARM/ParallelDSP/smladx-1.ll
  test/CodeGen/ARM/ParallelDSP/smlald0.ll
  test/CodeGen/ARM/ParallelDSP/unroll-n-jam-smlad.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59368.190640.patch
Type: text/x-patch
Size: 4803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/215f5f3e/attachment.bin>


More information about the llvm-commits mailing list