[ControlHeightReduction] Add assert to avoid underflow (#116339)
`NumCHRedBranches - 1` is used later, we should add an assertion to make sure it will not underflow.
Loading
Please register or sign in to comment
`NumCHRedBranches - 1` is used later, we should add an assertion to make sure it will not underflow.