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