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!
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59368
[ARM][ParallelDSP] Disable for big-endian ClosedPublic Authored by samparker on Mar 14 2019, 8:53 AM.
Details Summary 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!
Diff Detail
Event TimelineHerald added subscribers: zzheng, kristof.beyls, javed.absar. · View Herald TranscriptMar 14 2019, 8:53 AM This revision is now accepted and ready to land.Mar 14 2019, 9:00 AM Closed by commit rL356243: [ARM][ParallelDSP] Disable for big-endian (authored by sam_parker). · Explain WhyMar 15 2019, 3:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 190797 llvm/trunk/lib/Target/ARM/ARMParallelDSP.cpp
llvm/trunk/test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll
llvm/trunk/test/CodeGen/ARM/ParallelDSP/smlad0.ll
llvm/trunk/test/CodeGen/ARM/ParallelDSP/smladx-1.ll
llvm/trunk/test/CodeGen/ARM/ParallelDSP/smlald0.ll
llvm/trunk/test/CodeGen/ARM/ParallelDSP/unroll-n-jam-smlad.ll
|