This is an archive of the discontinued LLVM Phabricator instance.

[LV] Mark non-consecutive-like pointers non-uniform
ClosedPublic

Authored by mssimpso on Jan 17 2017, 11:25 AM.

Details

Summary

If a memory instruction will be vectorized, but it's pointer operand is non-consecutive-like, the instruction is a gather or scatter operation. Its pointer operand will be non-uniform. This should fix PR31671.

Reference: https://llvm.org/bugs/show_bug.cgi?id=31671

Diff Detail

Repository
rL LLVM

Event Timeline

mssimpso created this revision.Jan 17 2017, 11:25 AM
mkuper accepted this revision.Jan 17 2017, 11:32 AM

LGTM.

This revision is now accepted and ready to land.Jan 17 2017, 11:32 AM
This revision was automatically updated to reflect the committed changes.