[all-commits] [llvm/llvm-project] 425e9e: [LV] Rename the Select[I|F]Cmp reduction pattern t...

Mel Chen via All-commits all-commits at lists.llvm.org
Thu Aug 3 00:37:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 425e9e81a0c9b5ee6d05ad20075d6fa51d85aba3
      https://github.com/llvm/llvm-project/commit/425e9e81a0c9b5ee6d05ad20075d6fa51d85aba3
  Author: Mel Chen <mel.chen at sifive.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
    M llvm/test/Transforms/LoopVectorize/smax-idx.ll

  Log Message:
  -----------
  [LV] Rename the Select[I|F]Cmp reduction pattern to [I|F]AnyOf. (NFC)

Regarding this NFC change, please refer to the discussion in this thread. https://reviews.llvm.org/D150851#4467261

Reviewed By: Ayal

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




More information about the All-commits mailing list