This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

samparker created this revision.Mar 14 2019, 8:53 AM
SjoerdMeijer accepted this revision.Mar 14 2019, 9:00 AM

Oops, also forgot about BE.
Looks like a sensible workaround to me.

This revision is now accepted and ready to land.Mar 14 2019, 9:00 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2019, 3:19 AM