[all-commits] [llvm/llvm-project] 3b2cf4: [VPlan] Check if recipe is in ReplicateRegion for ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Mar 8 02:40:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b2cf45d6bebf5e9a6c945e5647f3f73724d17e5
      https://github.com/llvm/llvm-project/commit/3b2cf45d6bebf5e9a6c945e5647f3f73724d17e5
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

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

  Log Message:
  -----------
  [VPlan] Check if recipe is in ReplicateRegion for IfPredicateInstr (NFC)

Check if replicate recipe is in a replicate region when considering to
collect predicated instructions. This allows use IsPredicated for
recipes with a mask attached directly in D143865.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D145322




More information about the All-commits mailing list