[PATCH] D76867: [Matrix] Add minimal lowering pass that only requires TTI.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 10:04:01 PDT 2020


fhahn updated this revision to Diff 278529.
fhahn added a comment.

Update recently added -O0 test to show the difference in passes executed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76867/new/

https://reviews.llvm.org/D76867

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/Other/opt-O0-pipeline-enable-matrix.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/multiply-minimal.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76867.278529.patch
Type: text/x-patch
Size: 15548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200716/6f5eef31/attachment.bin>


More information about the llvm-commits mailing list