[PATCH] D76656: [mlir][Pass] Add a tablegen backend for defining Pass information

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 21:28:16 PDT 2020


mehdi_amini accepted this revision.
mehdi_amini added inline comments.


================
Comment at: mlir/include/mlir/TableGen/Pass.h:13
+#include "mlir/Support/LLVM.h"
+#include <vector>
+
----------------
There is no vector use in this header?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76656





More information about the llvm-commits mailing list