This is an archive of the discontinued LLVM Phabricator instance.

[VectorUtils] Remove unused include. [NFC]
ClosedPublic

Authored by fpetrogalli on Sep 9 2019, 1:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

fpetrogalli created this revision.Sep 9 2019, 1:05 PM
fpetrogalli removed a subscriber: fhahn.
fhahn accepted this revision.Sep 9 2019, 1:19 PM

I *think* getVectorIntrinsicIDForCall uses TargetLibraryInfo. Looks like we are still including TargetLibraryInfo.h through some other path, but we probably could also get rid of that path.

LGTM, but please add a forward declaration of TargetLibraryInfo to VectorUtils.h

This revision is now accepted and ready to land.Sep 9 2019, 1:19 PM

I have added the forward declaration.

This revision was automatically updated to reflect the committed changes.