[all-commits] [llvm/llvm-project] 34f81c: [LoopVectorize][NFC] Split reductions out from sve...

david-arm via All-commits all-commits at lists.llvm.org
Mon Jul 18 05:57:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34f81cfa3dd5c67358522e509a9a23c0b33591ff
      https://github.com/llvm/llvm-project/commit/34f81cfa3dd5c67358522e509a9a23c0b33591ff
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    A llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
    M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll

  Log Message:
  -----------
  [LoopVectorize][NFC] Split reductions out from sve-tail-folding into new file

In sve-tail-folding-reductions.ll I've also added an extra RUN line
to test normal reductions, i.e. not in-loop. This patch is a pre-commit
in preparation for a follow-on patch that changes how reduction selects
are generated in the vector loop.

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




More information about the All-commits mailing list