[LV] Use IRBuilderBase in VPlan.h, remove IRBuilder.h include (NFC).
authorFlorian Hahn <flo@fhahn.com>
Mon, 7 Feb 2022 17:46:16 +0000 (17:46 +0000)
committerFlorian Hahn <flo@fhahn.com>
Mon, 7 Feb 2022 17:46:16 +0000 (17:46 +0000)
commit5a7235769717eb7f0046465e823f93f110478710
treed725bca9aac4ab528960dccb5ccd6163cbac1e84
parent677182fe98d147d3a36cf3d35c1cbbce909c9c30
[LV] Use IRBuilderBase in VPlan.h, remove IRBuilder.h include (NFC).

By using IRBuilderBase instead of IRBuilder<> a forward declaration can
be used instead of including IRBuilder.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/lib/Transforms/Vectorize/VPlan.h