[Mlir-commits] [mlir] [mlir][IR] Add builtin `TokenType` (PR #195640)
Mehdi Amini
llvmlistbot at llvm.org
Mon May 25 13:14:53 PDT 2026
================
@@ -136,8 +136,8 @@ def UnrealizedConversionCastOp : Builtin_Op<"unrealized_conversion_cast", [
```
}];
- let arguments = (ins Variadic<AnyType>:$inputs);
- let results = (outs Variadic<AnyType>:$outputs);
+ let arguments = (ins Variadic<AnyTypeOrToken>:$inputs);
----------------
joker-eph wrote:
It's not clear to me that this isn't just a bug though: can we fix it? That seems like it would potentially fail verifiers for example.
https://github.com/llvm/llvm-project/pull/195640
More information about the Mlir-commits
mailing list