[PATCH] D77088: [VectorOps] Implement a simple folder for identity vector.transpose operations.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 15:51:40 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/lib/Dialect/Vector/VectorOps.cpp:1540
+
+ return vector();
+}
----------------
Please run clang-format.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77088





More information about the llvm-commits mailing list