[all-commits] [llvm/llvm-project] 5a7235: [LV] Use IRBuilderBase in VPlan.h, remove IRBuilde...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Feb 7 09:46:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a7235769717eb7f0046465e823f93f110478710
      https://github.com/llvm/llvm-project/commit/5a7235769717eb7f0046465e823f93f110478710
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-02-07 (Mon, 07 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h

  Log Message:
  -----------
  [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




More information about the All-commits mailing list