[all-commits] [llvm/llvm-project] 9e8124: [Matrix] Rename emitChainedMatrixMultiply to emitM...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Mar 30 03:18:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e81249d7614df252e2047b5c6c20f45159b563d
https://github.com/llvm/llvm-project/commit/9e81249d7614df252e2047b5c6c20f45159b563d
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[Matrix] Rename emitChainedMatrixMultiply to emitMatrixMultiply (NFC).
The Chained in the name potentially leads to confusion. Also updated the
comment to drop the unnecessary mention of tile-sized.
More information about the All-commits
mailing list