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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 11:28:39 PDT 2020


fhahn added a comment.

In D76327#1944749 <https://reviews.llvm.org/D76327#1944749>, @efriedma wrote:

> 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.


I've put up D76941 <https://reviews.llvm.org/D76941>. Is that along the lines you suggested?


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