[PATCH] D79240: [MLIR] Move Verifier and Dominance Analysis from /Analysis to /IR
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 18:25:28 PDT 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/IR/Verifier.cpp:31
#include "mlir/IR/Operation.h"
+#include "mlir/IR/Verifier.h"
#include "llvm/ADT/StringMap.h"
----------------
This one is an exception, generally if there is a matching header it should be included first.
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