[Mlir-commits] [mlir] [mlir][arith][tensor] Disable index type for bitcast (PR #121455)

Jianjian Guan llvmlistbot at llvm.org
Tue Jan 7 01:52:13 PST 2025


================
@@ -908,6 +908,11 @@ def BoolLike : TypeOrContainer<I1, "bool-like">;
 
 def BoolLikeOfAnyRank : TypeOrContainerOfAnyRank<I1, "bool-like">;
 
+// Type constraint for signless-integer-like types: signless integers, 
+// vectors of signless integers or tensors of signless integers.
+def SignlessInteger : TypeOrValueSemanticsContainer<
----------------
jacquesguan wrote:

Thanks for comment, I rename these constraints.

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


More information about the Mlir-commits mailing list