Previously this checked if the entire symbolic numerator was divisible by the
denominator, which is never the case when this function is called. Fixed this to
check only the non-const coefficients in the numerator, which was what was
intended and documented.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo