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
Differential D74171
[mlir] [LLVMIR] add all vector reduction intrinsics to LLVM IR dialect aartbik on Feb 6 2020, 2:22 PM. Authored by
Details This allows for lowering of VectorOps (and others) into a LLVM IR http://llvm.org/docs/LangRef.html#experimental-vector-reduction-intrinsics
Diff Detail
Event Timeline
|
Can you define a template for these? The builder is effectively the same for all of these.