[PATCH] D72480: [Matrix] Add info about number of operations to remarks.
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 11:51:19 PST 2020
anemet accepted this revision.
anemet added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:142
+ struct OpInfoTy {
+ /// Number of stores emitted to generate this matrix.
----------------
Add a comment please.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72480/new/
https://reviews.llvm.org/D72480
More information about the llvm-commits
mailing list