[PATCH] D79240: [MLIR] Move Verifier and Dominance Analysis from /Analysis to /IR

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 20:21:30 PDT 2020


stephenneuendorffer marked 2 inline comments as done.
stephenneuendorffer added inline comments.


================
Comment at: mlir/lib/IR/Verifier.cpp:31
 #include "mlir/IR/Operation.h"
+#include "mlir/IR/Verifier.h"
 #include "llvm/ADT/StringMap.h"
----------------
rriddle wrote:
> This one is an exception, generally if there is a matching header it should be included first.
And I was confused by the fact that git clang-format did something wierd with it!  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79240





More information about the llvm-commits mailing list