[PATCH] D76327: [Matrix] Also run LowerMatrixIntrinsics for -O0.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 20:02:33 PDT 2020


efriedma added a comment.

Normally most "must-run" passes are part of the codegen pipeline (TargetPassConfig).  It's convenient if the backend can handle arbitrary bitcode files without having to run some arbitrary set of "opt" passes first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76327





More information about the llvm-commits mailing list