This is an archive of the discontinued LLVM Phabricator instance.

Cleanup includes: Transforms/Instrumentation & Transforms/Vectorize
ClosedPublic

Authored by serge-sans-paille on Mar 21 2022, 2:04 PM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 2:04 PM
serge-sans-paille requested review of this revision.Mar 21 2022, 2:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 2:04 PM
serge-sans-paille edited the summary of this revision. (Show Details)Mar 22 2022, 1:44 AM
MaskRay accepted this revision.Mar 22 2022, 1:39 PM

Thanks!

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
74

Consider including it unconditionally. The header is small

This revision is now accepted and ready to land.Mar 22 2022, 1:39 PM
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
74

Unfortunately, this doesn't help with IWYU reports (it leads to a false unused incldue when running the checker under -UEXPENSIVE_CHECK), that's why I'm guarding them.

This revision was landed with ongoing or failed builds.Mar 23 2022, 3:06 AM
This revision was automatically updated to reflect the committed changes.