[PATCH] D74171: [mlir] [LLVMIR] add all vector reduction intrinsics to LLVM IR dialect
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 08:27:28 PST 2020
nicolasvasilache added inline comments.
================
Comment at: mlir/test/Target/llvmir-intrinsics.mlir:98
+// CHECK-LABEL: @vector_reductions
+llvm.func @vector_reductions(%arg0: !llvm.float, %arg1: !llvm<"<8 x float>">, %arg2: !llvm<"<8 x i32>">) {
----------------
Did you try to pipe these through `mlir-translate --mlir-to-llvmir` ?
I've had surprises on my end with more complex masked operations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74171/new/
https://reviews.llvm.org/D74171
More information about the llvm-commits
mailing list