When CVP determines that a with.overflow intrinsic cannot overflow, it currently inserts a simple add/sub. As we already determined that there can be no overflow, we should add the appropriate NUW/NSW flag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM