[PATCH] D43932: [Polly][GEMM] Include parameter constraints in isMatMulOperandAcc

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 02:45:17 PST 2018


Meinersbur added a comment.

Thanks for the patch. Could run polly-update-format and add a test case?



================
Comment at: lib/Transform/ScheduleOptimizer.cpp:1159
   Node = createExtensionNode(Node, ExtMap);
+
   return Node.child(0).child(0).child(0).child(0).child(0);
----------------
unrelated change


Repository:
  rPLO Polly

https://reviews.llvm.org/D43932





More information about the llvm-commits mailing list