[PATCH] D88787: [llvm][mlir] Promote the experimental reduction intrinsics to be first class intrinsics.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 3 13:12:20 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/lib/IR/AutoUpgrade.cpp:3656
}
- case Intrinsic::experimental_vector_reduce_v2_fmul: {
+ case Intrinsic::vector_reduce_fmul: {
SmallVector<Value *, 2> Args;
----------------
Can we not just drop support for the v1 experimental fmul/fadd now? As @nikic said there is a danger of this matching against the v2 variants upgraded above as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88787/new/
https://reviews.llvm.org/D88787
More information about the llvm-commits
mailing list