This is an archive of the discontinued LLVM Phabricator instance.

[ARM] ParallelDSP: only support i16 loads for now.
ClosedPublic

Authored by SjoerdMeijer on Jul 4 2018, 9:31 AM.

Details

Summary

We were miscompiling i8 loads, so reject them as unsupported narrow operations
for now.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Jul 4 2018, 9:31 AM

Some more clean ups

This revision is now accepted and ready to land.Jul 5 2018, 12:58 AM
This revision was automatically updated to reflect the committed changes.