Files
llvm-project/llvm/lib/Transforms
Erik Eckstein a451b9b0b5 Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Some intrinsics, like s/uadd.with.overflow and umul.with.overflow, are already strength reduced.
This change adds other arithmetic intrinsics: s/usub.with.overflow, smul.with.overflow.
It completes the work on PR20194.

llvm-svn: 224417
2014-12-17 07:29:19 +00:00
..
2014-12-15 14:09:53 +00:00
2014-12-09 18:38:53 +00:00
2014-12-15 14:09:53 +00:00