[all-commits] [llvm/llvm-project] 70caa3: [Matrix] Refactor shape info computation (NFCI).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Feb 12 08:03:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70caa316e955a35904e34961c79d75935b7d906f
https://github.com/llvm/llvm-project/commit/70caa316e955a35904e34961c79d75935b7d906f
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-02-12 (Mon, 12 Feb 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[Matrix] Refactor shape info computation (NFCI).
Factor our forward shape computation for a given instruction. This
allows re-use in a follow-up fix.
More information about the All-commits
mailing list