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

Jianjian Guan llvmlistbot at llvm.org
Tue Jan 7 22:30:58 PST 2025


================
@@ -219,6 +219,10 @@ bool BitcastOp::areCastCompatible(TypeRange inputs, TypeRange outputs) {
   if (!aT || !bT)
     return false;
 
+  if (isa<IndexType>(aT.getElementType()) ||
----------------
jacquesguan wrote:

Removed

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


More information about the Mlir-commits mailing list