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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 08:11:37 PDT 2020


fhahn added a comment.

In D83570#2155850 <https://reviews.llvm.org/D83570#2155850>, @SjoerdMeijer wrote:

> Okay, committing the test was an interesting exercise, that show there's a bot running the new pass manager which isn't happy with us:
>
> http://lab.llvm.org:8011/builders/clang-x86_64-debian-new-pass-manager-fast/builds/11859/steps/test-check-all/logs/FAIL%3A%20Clang%3A%3Amatrix-lowering-opt-levels.c
>
> I guess that means we have to sort out the passes for the NPM too @fhahn ?


Oh yes, we need a NPM version of the pass as well.


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

https://reviews.llvm.org/D83570





More information about the llvm-commits mailing list