[Mlir-commits] [mlir] [MLIR] Let matchers work on int ranges (PR #102494)

Jakub Kuderski llvmlistbot at llvm.org
Tue Aug 13 09:33:21 PDT 2024


https://github.com/kuhar commented:

The only comment I have is that the names are very close to `m_NonZero` yet do something quite different under the hood. I think it would make sense to either make `m_NonZero` do `m_nonZeroS || m_nonZeroU` (if possible?) or rename the new functions to something more verbose 

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


More information about the Mlir-commits mailing list