This is an archive of the discontinued LLVM Phabricator instance.

[SLPVectorizer][test] Add -basic-aa to RUN lines
AbandonedPublic

Authored by aeubanks on Aug 18 2020, 11:31 AM.

Details

Reviewers
spatel
Summary

The NPM does not have basic-aa available by default, causing the
SLPVectorizer to bail out in some cases.
This fixes the vast majority of tests in SLPVectorizer under NPM.

Diff Detail

Event Timeline

aeubanks created this revision.Aug 18 2020, 11:31 AM
aeubanks requested review of this revision.Aug 18 2020, 11:31 AM
aeubanks planned changes to this revision.Aug 18 2020, 11:53 AM

Actually I'm going to look into adding basic-aa by default in opt when using NPM (when using opt -foo-pass).