[all-commits] [llvm/llvm-project] 31d71c: [Matrix] Only run matrix lowering early with -O0.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jul 17 07:54:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31d71c69f1b1da99f99073785a0292820ec34045
https://github.com/llvm/llvm-project/commit/31d71c69f1b1da99f99073785a0292820ec34045
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
A llvm/test/Other/opt-O3-pipeline-enable-matrix.ll
Log Message:
-----------
[Matrix] Only run matrix lowering early with -O0.
Currently matrix lowering is run twice if OptLevel > 0. Fix that and
also add a test for OptLevel > 0 with matrix lowering enabled.
More information about the All-commits
mailing list