[PATCH] D114470: [fir] Add fir transformational intrinsic builder
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 26 05:22:27 PST 2021
rovka accepted this revision.
rovka added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
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,
----------------
Should we have one for MatmultDirect as well?
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