[PATCH] D83570: [Matrix] Lowering pass should also run at O0

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 10:59:08 PDT 2020


fhahn added a comment.

There is already a patch to run a simple version of the lowering as part of the target pipelines D76858 <https://reviews.llvm.org/D76858>. I didn't land it yet, as I first wanted to come up with a lightweight system to figure out if the lowering pass actually needs to run on a function beforehand, to keep compile times low, if no matrix intrinsics are present. But I did not have time to wrap this up yet.


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

https://reviews.llvm.org/D83570





More information about the llvm-commits mailing list