This is an archive of the discontinued LLVM Phabricator instance.

[LV][WIP] dd-exit loops vectorization
Needs ReviewPublic

Authored by ebrevnov on Jul 21 2023, 5:32 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Event Timeline

ebrevnov created this revision.Jul 21 2023, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 5:32 AM
ebrevnov requested review of this revision.Jul 21 2023, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 5:32 AM
nlopes added inline comments.Jul 21 2023, 5:59 AM
llvm/lib/Transforms/Vectorize/MultiExitLoopVectorize.cpp
1116

Please use poison values instead of undef as a placeholder whenever possible.
We are trying to get rid of undef.
Thank you!

mdchen added a subscriber: mdchen.Jul 22 2023, 2:50 AM
Matt added a subscriber: Matt.Jul 31 2023, 12:24 PM