[PATCH] D67365: [VectorUtils] Remove unused include. [NFC]

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 13:20:09 PDT 2019


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67365/new/

https://reviews.llvm.org/D67365





More information about the llvm-commits mailing list