[all-commits] [llvm/llvm-project] 796fb2: [Matrix] Move multiply-add code generation into se...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Mar 19 13:26:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 796fb2e474989ce91af297b2e283115d9f4ca496
      https://github.com/llvm/llvm-project/commit/796fb2e474989ce91af297b2e283115d9f4ca496
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

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

  Log Message:
  -----------
  [Matrix] Move multiply-add code generation into separate function (NFC).

This logic can be shared with the tiled code generation.

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

Reviewed By: anemet

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




More information about the All-commits mailing list