[Mlir-commits] [mlir] [mlir][arith] Add `exact` to `index_cast{, ui}` (PR #183395)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Wed Mar 4 07:08:27 PST 2026
================
@@ -288,31 +288,38 @@ def SelectI1ToNot :
// IndexCastOp
//===----------------------------------------------------------------------===//
-// index_cast(index_cast(x)) -> x, if dstType == srcType.
+// index_cast(index_cast(x, exact)) -> x, if dstType == srcType.
----------------
amd-eochoalo wrote:
@razvanlupusoru https://github.com/llvm/llvm-project/pull/184631
https://github.com/llvm/llvm-project/pull/183395
More information about the Mlir-commits
mailing list