[all-commits] [llvm/llvm-project] 590913: [VPlan] Simplify and unify code in verifyEVLRecipe...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sat Nov 23 03:13:09 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 590913983c87b33fb04014124be161cbad33a6e3
      https://github.com/llvm/llvm-project/commit/590913983c87b33fb04014124be161cbad33a6e3
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-11-23 (Sat, 23 Nov 2024)

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

  Log Message:
  -----------
  [VPlan] Simplify and unify code in verifyEVLRecipe using all_of. (NFCI)

Use all_of instead of explicit loop to reduce indentation, also properly
check VPScalarCastRecipe operand.



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