[all-commits] [llvm/llvm-project] d3932c: [LoopVectorize] Add tests with reductions that are...

Igor Kirillov via All-commits all-commits at lists.llvm.org
Mon Jan 24 13:29:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d3932c690d97df83f030f527456ddadf098b3d04
      https://github.com/llvm/llvm-project/commit/d3932c690d97df83f030f527456ddadf098b3d04
  Author: Igor Kirillov <Igor.Kirillov at arm.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/test/Transforms/LoopInterchange/reductions-across-inner-and-outer-loop.ll
    M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reductions.ll
    M llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd.ll
    A llvm/test/Transforms/LoopVectorize/reduction-with-invariant-store.ll

  Log Message:
  -----------
  [LoopVectorize] Add tests with reductions that are stored in invariant address

This patch adds tests for functionality that is to be implemented in D110235.

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




More information about the All-commits mailing list