[all-commits] [llvm/llvm-project] 62e228: [Matrix] Add info about number of operations to re...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jan 27 17:45:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 62e228f8fdb0ca86fc1663ef058f875021ede9a0
      https://github.com/llvm/llvm-project/commit/62e228f8fdb0ca86fc1663ef058f875021ede9a0
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll

  Log Message:
  -----------
  [Matrix] Add info about number of operations to remarks.

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

Reviewers: anemet, Gerolf, thegameg, hfinkel, andrew.w.kaylor, LuoYuanke

Reviewed By: anemet

Differential Revision: https://reviews.llvm.org/D72480




More information about the All-commits mailing list