This is an archive of the discontinued LLVM Phabricator instance.

fix vectorization analysis msg for runtime checks
Needs ReviewPublic

Authored by milthorpe on Oct 10 2022, 8:32 PM.

Details

Reviewers
mkuper
Summary

Update analysis message to indicate that the loop was not vectorized
due to unprofitability from too many required runtime checks, not
because it is unsafe to do so.

Diff Detail

Event Timeline

milthorpe created this revision.Oct 10 2022, 8:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 8:32 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
milthorpe requested review of this revision.Oct 10 2022, 8:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 8:33 PM
milthorpe updated this revision to Diff 468103.Oct 16 2022, 3:00 PM

Update vectorization analysis msg in clang frontend test

Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2022, 3:00 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript