[all-commits] [llvm/llvm-project] 8d0252: [VPlan] Consistently use ArrayRef<VPValue *> for o...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu May 1 13:19:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d02529f77f809a1a8db623a3a124a33f0be94b9
      https://github.com/llvm/llvm-project/commit/8d02529f77f809a1a8db623a3a124a33f0be94b9
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

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

  Log Message:
  -----------
  [VPlan] Consistently use ArrayRef<VPValue *> for operands in ctors (NFC)  (#137798)

Now that there is an ArrayRef constructor taking iterator_ranges, use it
consistently to slightly simplify code.

Depends on https://github.com/llvm/llvm-project/pull/137796.

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



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