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

Christian Ulmann llvmlistbot at llvm.org
Thu Jan 9 06:18:09 PST 2025


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

It's considered bad practice to run multiple passes in the same test. Is there no way to annotate the IR with these inferred ranges?

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


More information about the Mlir-commits mailing list