[PATCH] D114470: [fir] Add fir transformational intrinsic builder
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 29 01:10:35 PST 2021
clementval marked an inline comment as done.
clementval added inline comments.
================
Comment at: flang/lib/Optimizer/Builder/Runtime/Transformational.cpp:89
+
+/// Generate call to Matmul intrinsic runtime routine.
+void fir::runtime::genMatmul(fir::FirOpBuilder &builder, mlir::Location loc,
----------------
rovka wrote:
> Should we have one for MatmultDirect as well?
It is not needed by lowering in fir-dev so far so I would prefer to not add it until it is needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114470/new/
https://reviews.llvm.org/D114470
More information about the llvm-commits
mailing list