[PATCH] D76327: [Matrix] Also run LowerMatrixIntrinsics for -O0.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 10:50:32 PDT 2020
efriedma added a comment.
I assume the matrix intrinsics overloaded? In that case, you'd have to iterate over the module, yes.
I'm tempted to say we should add a new mechanism to the backend for passes that only care about calls to a specific set of intrinsics, so we don't have to reinvent this repeatedly.
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