[all-commits] [llvm/llvm-project] 965231: [LV] Replace UncountableEdge with UncountableEarly...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Aug 1 01:37:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 965231ca0a9a65ec72b5a4bc7e03f3299082536d
      https://github.com/llvm/llvm-project/commit/965231ca0a9a65ec72b5a4bc7e03f3299082536d
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp

  Log Message:
  -----------
  [LV] Replace UncountableEdge with UncountableEarlyExitingBlock (NFC). (#151311)

Only the uncountable exiting BB is used. Store it instead of a piar of
Exiting BB and Exit BB.

PR: https://github.com/llvm/llvm-project/pull/151311



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