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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 09:45:48 PDT 2020


efriedma added a comment.

The attribute seems like overkill as a performance optimization.  You can get 99% of the way there by just checking if if the module declares any matrix intrinsics.

Otherwise seems fine.


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