martong added inline comments.

================
Comment at: clang/lib/AST/ASTStructuralEquivalence.cpp:647
+      return false;
+    if (Mat1->getNumRows() != Mat2->getNumRows())
+      return false;
----------------
Should we check `getNumColumns()` too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72281



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to