mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 12:46:09 +00:00

- **[MLIR] Add test for inferring range of remu; NFC** - **[MLIR] Unconditionally take min of max lhs/rhs value in inferRemU** `arith.remu` cannot be larger than (rhs - 1) or lhs.