[all-commits] [llvm/llvm-project] 5567c6: [Matrix] Add LowerMatrixIntrinsics to the NPM
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Wed Jul 22 01:49:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5567c62afa559dc2f2604601ec9269f1e3fbfdab
https://github.com/llvm/llvm-project/commit/5567c62afa559dc2f2604601ec9269f1e3fbfdab
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
A clang/test/CodeGen/matrix-lowering-opt-levels.c
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
Log Message:
-----------
[Matrix] Add LowerMatrixIntrinsics to the NPM
Pass LowerMatrixIntrinsics wasn't running yet running under the new pass
manager, and this adds LowerMatrixIntrinsics to the pipeline (to the
same place as where it is running in the old PM).
Differential Revision: https://reviews.llvm.org/D84180
More information about the All-commits
mailing list