[PATCH] D84180: [Matrix] Add LowerMatrixIntrinsics to the NPM
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 08:48:07 PDT 2020
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: fhahn, anemet, Gerolf.
Herald added subscribers: tschuett, dexonsmith, steven_wu, hiraditya.
Herald added a project: LLVM.
LowerMatrixIntrinsics wasn't running yet running under the new pass manager, and this adds LowerMatrixIntrinsics to the pipeline. It's added early so that these matrix intrinsics, which are produced by Clang, to give other optimiser the opportunity to clean up / optimise this further.
https://reviews.llvm.org/D84180
Files:
clang/test/CodeGen/matrix-lowering-opt-levels.c
clang/test/CodeGen/thinlto-distributed-newpm.ll
llvm/lib/Passes/PassBuilder.cpp
llvm/test/Other/new-pm-thinlto-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84180.279267.patch
Type: text/x-patch
Size: 13956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200720/560fa3ba/attachment.bin>
More information about the llvm-commits
mailing list