[Mlir-commits] [mlir] [mlir][arith][tensor] Disable index type for bitcast (PR #121455)
Jianjian Guan
llvmlistbot at llvm.org
Mon Jan 6 22:20:09 PST 2025
================
@@ -1392,11 +1392,10 @@ def Arith_IndexCastUIOp
// BitcastOp
//===----------------------------------------------------------------------===//
-// Bitcast can convert between memrefs of signless integers, indices, and
-// floats too.
+// Bitcast can convert between memrefs of signless integers and floats.
def BitcastTypeConstraint : TypeConstraint<Or<[
SignlessIntegerOrFloatLike.predicate,
----------------
jacquesguan wrote:
Done.
https://github.com/llvm/llvm-project/pull/121455
More information about the Mlir-commits
mailing list