If we can prove that an op.with.overflow intrinsic does not overflow, we
can get rid of the intrinsic, and replace it with non-wrapping
arithmetic.
Details
Details
- Reviewers
regehr atrick - Commits
- rGae09b3cd4c8d: [IndVars] Eliminate op.with.overflow when possible (re-apply)
rGa07ad647ee51: [IndVars] Eliminate op.with.overflow when possible
rL271153: [IndVars] Eliminate op.with.overflow when possible (re-apply)
rL265913: [IndVars] Eliminate op.with.overflow when possible
Diff Detail
Diff Detail
- Repository
- rL LLVM