[Mlir-commits] [mlir] [mlir][IR] Add builtin `TokenType` (PR #195640)

Jacques Pienaar llvmlistbot at llvm.org
Fri May 29 00:40:45 PDT 2026


================
@@ -26,6 +26,7 @@
 
 #include "mlir/IR/Verifier.h"
 #include "mlir/IR/Attributes.h"
+#include "mlir/IR/BuiltinTypes.h"
----------------
jpienaar wrote:

Slightly sad that we have to add dep to builtintypes from verifier.

https://github.com/llvm/llvm-project/pull/195640


More information about the Mlir-commits mailing list