Kiva f4b523d669
[PatternMatch][NFC] Add m_IToFP and m_FPToI (#188040)
Added two patterns for IR pattern matching, `m_IToFP` and `m_FPToI`
which are basically shortcuts of `m_CombinedOr(..., ...)`

> if there isn't already one, PatternMatch should have an m_ItoFP which
covers both

_Originally posted by @arsenm in
https://github.com/llvm/llvm-project/pull/185826#discussion_r2967473936_

/cc @arsenm
2026-03-23 14:10:18 +00:00
..