This is an archive of the discontinued LLVM Phabricator instance.

LV: Don't insert runtime ptr checks on divergent targets
ClosedPublic

Authored by arsenm on May 1 2017, 6:52 PM.

Details

Reviewers
aemerson

Diff Detail

Event Timeline

arsenm created this revision.May 1 2017, 6:52 PM
aemerson added inline comments.
lib/Transforms/Vectorize/LoopVectorize.cpp
6292

Is it worth adding an optimization remark here to match with the rest of the checks in this function?

arsenm updated this revision to Diff 103269.Jun 20 2017, 2:41 PM

Add remark

aemerson accepted this revision.Jun 26 2017, 3:13 AM

LGTM.

This revision is now accepted and ready to land.Jun 26 2017, 3:13 AM
arsenm closed this revision.Aug 2 2017, 2:44 PM

r309890