This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Don't enable Interleaved Access Vectorization
ClosedPublic

Authored by luke957 on Jun 16 2021, 1:39 AM.

Details

Summary

The patch https://reviews.llvm.org/D101469 is intended to enable loop unrolling, not interleaved access vectorization. The method bool enableInterleavedAccessVectorization() should not be implemented.

Diff Detail

Event Timeline

luke957 created this revision.Jun 16 2021, 1:39 AM
luke957 requested review of this revision.Jun 16 2021, 1:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2021, 1:39 AM
This revision is now accepted and ready to land.Jun 17 2021, 4:13 PM
luke957 closed this revision.Jun 17 2021, 9:46 PM