[Mlir-commits] [mlir] [MLIR][NVVM] Declare InferIntRangeInterface for RangeableRegisterOp (PR #122263)

Guray Ozen llvmlistbot at llvm.org
Thu Jan 9 07:21:54 PST 2025


================
@@ -0,0 +1,28 @@
+// RUN: mlir-opt -int-range-optimizations -canonicalize %s | FileCheck %s
----------------
grypp wrote:

I see `-int-range-optimizations -canonicalize` are used together in our tests, so I followed the same practice. 
https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/Arith/int-range-interface.mlir#L1

But I agree with you having multiple pass in a test. I can remove to `-canonicalize` if it helps.

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


More information about the Mlir-commits mailing list