[all-commits] [llvm/llvm-project] e454d3: [VPlan] Factor out precomputing costs from LVP::co...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Aug 22 12:41:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e454d3103739c19a863a210701cc03528c96dd68
      https://github.com/llvm/llvm-project/commit/e454d3103739c19a863a210701cc03528c96dd68
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-08-22 (Thu, 22 Aug 2024)

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

  Log Message:
  -----------
  [VPlan] Factor out precomputing costs from LVP::cost (NFC).

Move the logic for pre-computing costs of certain instructions to a
separate helper function, allowing re-use in a follow-up patch.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list