[PATCH] D76867: [Matrix] Add minimal lowering pass that only requires TTI.

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 20:37:54 PDT 2020


anemet added a comment.

Is this used anywhere in the patch?  If not please explain the plan in the description.



================
Comment at: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:1933
+
+class LowerMatrixIntrinsicsMinimalLegacyPass : public FunctionPass {
+public:
----------------
Needs a comment of its purpose.  You should mention -O0 here and in the commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76867





More information about the llvm-commits mailing list