[all-commits] [llvm/llvm-project] 2d7627: [mlir][VectorOps] Loosen restrictions on vector.re...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Mon Sep 21 03:46:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d76274b99f2c09cdd94863d6e2e48a06f863f2a
      https://github.com/llvm/llvm-project/commit/2d76274b99f2c09cdd94863d6e2e48a06f863f2a
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir

  Log Message:
  -----------
  [mlir][VectorOps] Loosen restrictions on vector.reduction types

LLVM can deal with any integer or float type, don't arbitrarily restrict
it to f32/f64/i32/i64.

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




More information about the All-commits mailing list