[all-commits] [llvm/llvm-project] 83003d: [mlir] [LLVMIR] add all vector reduction intrinsic...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Feb 10 09:19:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 83003db430b90cb522a5c8fd147a59acb011d677
https://github.com/llvm/llvm-project/commit/83003db430b90cb522a5c8fd147a59acb011d677
Author: aartbik <ajcbik at google.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/test/Target/llvmir-intrinsics.mlir
Log Message:
-----------
[mlir] [LLVMIR] add all vector reduction intrinsics to LLVM IR dialect
Summary:
This allows for lowering of VectorOps (and others) into a LLVM IR
that maps directly to efficient implementations on the target machines.
http://llvm.org/docs/LangRef.html#experimental-vector-reduction-intrinsics
Reviewers: ftynse, andydavis1, nicolasvasilache, rriddle
Reviewed By: ftynse, rriddle
Subscribers: jfb, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74171
More information about the All-commits
mailing list