[PATCH] D114460: [fir] Add fir reduction builder
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 25 03:39:22 PST 2021
clementval marked an inline comment as done.
clementval added inline comments.
================
Comment at: flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h:62
+template <>
+constexpr TypeBuilderFunc getModel<short int>() {
+ return [](mlir::MLIRContext *context) -> mlir::Type {
----------------
rovka wrote:
> Can we get rid of all of this duplication by using std::is_integral etc?
Not sure I see where do you want us to go here. Do you have an example?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114460/new/
https://reviews.llvm.org/D114460
More information about the llvm-commits
mailing list