[PATCH] D154925: [MLIR][IR] Rewrite OperationVerifier using worklist

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 19:03:21 PDT 2023


mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/lib/IR/Verifier.cpp:41
 #include <optional>
+#include <variant>
 
----------------
Nit: the include is spurious now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154925



More information about the llvm-commits mailing list