[PATCH] D84180: [Matrix] Add LowerMatrixIntrinsics to the NPM
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 02:05:06 PDT 2020
fhahn added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilder.cpp:933
+
+ EarlyFPM.addPass(LowerMatrixIntrinsicsPass());
EarlyFPM.addPass(SimplifyCFGPass());
----------------
I think we should keep this under the same enable-matrix flag like in the old pass manager for now and remove the flag for both when the pass only gets run on functions that contain matrix intrinsics.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84180/new/
https://reviews.llvm.org/D84180
More information about the llvm-commits
mailing list