[all-commits] [llvm/llvm-project] 836465: [VPlan] Remove unused Range arg from createWidenIn...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sat May 25 01:12:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83646590afe222cfdd792514854549077e17b005
      https://github.com/llvm/llvm-project/commit/83646590afe222cfdd792514854549077e17b005
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-05-25 (Sat, 25 May 2024)

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

  Log Message:
  -----------
  [VPlan] Remove unused Range arg from createWidenInductionRecipe (NFC).

The Range argument is not used by createWidenInductionRecipe; induction
classification applies across the whole range of VFs. Remove the
argument.



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