[all-commits] [llvm/llvm-project] 2c6e8b: [Matrix] Refactor tiled loops in a struct. NFC
Visoiu Mistrih Francis via All-commits
all-commits at lists.llvm.org
Tue Jul 26 11:03:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c6e8b4636700f22a76eeda01e4a3258692b80f3
https://github.com/llvm/llvm-project/commit/2c6e8b4636700f22a76eeda01e4a3258692b80f3
Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/MatrixUtils.h
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Utils/MatrixUtils.cpp
Log Message:
-----------
[Matrix] Refactor tiled loops in a struct. NFC
The three loops have the same structure: index, header, latch.
More information about the All-commits
mailing list