[PATCH] D72480: [Matrix] Add info about number of operations to remarks.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 14:09:54 PST 2020


fhahn created this revision.
fhahn added reviewers: anemet, Gerolf, thegameg, hfinkel, andrew.w.kaylor, LuoYuanke.
Herald added subscribers: tschuett, hiraditya.
Herald added a project: LLVM.
fhahn added a parent revision: D72453: [Matrix] Add optimization remarks for matrix expression..

This patch updates the remark to also include a summary of the number of
vector operations generated for each matrix expression.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72480

Files:
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72480.237194.patch
Type: text/x-patch
Size: 11363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200109/c8ee2821/attachment.bin>


More information about the llvm-commits mailing list