[PATCH] D130172: [Matrix] Refactor tiled loops in a struct. NFC

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 07:38:20 PDT 2022


thegameg created this revision.
thegameg added a reviewer: fhahn.
Herald added subscribers: tschuett, hiraditya.
Herald added a project: All.
thegameg requested review of this revision.
Herald added a project: LLVM.

The three loops have the same structure: index, header, latch.


https://reviews.llvm.org/D130172

Files:
  llvm/include/llvm/Transforms/Utils/MatrixUtils.h
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/lib/Transforms/Utils/MatrixUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130172.446149.patch
Type: text/x-patch
Size: 8640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220720/7e9062f5/attachment.bin>


More information about the llvm-commits mailing list