[all-commits] [llvm/llvm-project] 6042c2: [GlobalISel] Add translation support for vector re...

AE via All-commits all-commits at lists.llvm.org
Fri Oct 16 10:25:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6042c25b0a7a9d812ace6ffe164628af9a1e1259
      https://github.com/llvm/llvm-project/commit/6042c25b0a7a9d812ace6ffe164628af9a1e1259
  Author: Amara Emerson <amara at apple.com>
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-reductions.ll

  Log Message:
  -----------
  [GlobalISel] Add translation support for vector reduction intrinsics.

In order to prevent the ExpandReductions pass from expanding some intrinsics
before they get to codegen, I had to add a -disable-expand-reductions flag
for testing purposes.

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




More information about the All-commits mailing list