[all-commits] [llvm/llvm-project] c6e4c1: [VPlan] Remove default arg from getVPValue (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Jul 11 13:22:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6e4c1fbd80e60be3a819b22d6b647551f704191
      https://github.com/llvm/llvm-project/commit/c6e4c1fbd80e60be3a819b22d6b647551f704191
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-07-11 (Sun, 11 Jul 2021)

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

  Log Message:
  -----------
  [VPlan] Remove default arg from getVPValue (NFC).

The const version of VPValue::getVPValue still had a default value for
the value index. Remove the default value and use getVPSingleValue
instead, which is the proper function.




More information about the All-commits mailing list