This is an archive of the discontinued LLVM Phabricator instance.

[ScalarizeMaskedMemIntrin] Add missing dependency
ClosedPublic

Authored by Fznamznon on Jan 18 2021, 7:58 AM.

Details

Summary

The pass has dependency on 'TargetTransformInfoWrapperPass', but the
corresponding call to INITIALIZE_PASS_DEPENDENCY was missing.

Diff Detail

Event Timeline

Fznamznon created this revision.Jan 18 2021, 7:58 AM
Fznamznon requested review of this revision.Jan 18 2021, 7:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2021, 7:58 AM
This revision is now accepted and ready to land.Jan 18 2021, 10:25 AM
This revision was automatically updated to reflect the committed changes.