[Mlir-commits] [mlir] [MLIR][NVVM] Declare InferIntRangeInterface for RangeableRegisterOp (PR #122263)
Christian Ulmann
llvmlistbot at llvm.org
Thu Jan 9 06:52:30 PST 2025
================
@@ -0,0 +1,28 @@
+// RUN: mlir-opt -int-range-optimizations -canonicalize %s | FileCheck %s
----------------
Dinistro wrote:
NVM, this analysis has no test pass...
This is far from ideal, as this test now not only depends on canonicalizations and an optimization pass, but also on other dialects.
https://github.com/llvm/llvm-project/pull/122263
More information about the Mlir-commits
mailing list