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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 07:59:22 PDT 2020


SjoerdMeijer added a comment.

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 ?
Probably best if I revert my little test changes for now.


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

https://reviews.llvm.org/D83570





More information about the llvm-commits mailing list