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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 12:33:10 PDT 2020


efriedma added a comment.

We could make the Module automatically compute a map from intrinsics to overloads of that intrinsic in the module, I guess.  Probably not too expensive to maintain.


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