aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2016-05-29 00:36:25 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2016-05-29 00:36:25 +0000
commitae09b3cd4c8d647d99dd8467426df8f2846e02f7 (patch)
treeb077296f696af407d33cd4b49bad95f16c9384a9 /clang/lib/Frontend/CompilerInvocation.cpp
parentf49ca52b9d1ddf3c842a2ee89caa86ec2b059cfc (diff)
downloadllvm-ae09b3cd4c8d647d99dd8467426df8f2846e02f7.zip
llvm-ae09b3cd4c8d647d99dd8467426df8f2846e02f7.tar.gz
llvm-ae09b3cd4c8d647d99dd8467426df8f2846e02f7.tar.bz2
[IndVars] Eliminate op.with.overflow when possible (re-apply)
Summary: 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. This was first checked in at r265913 but reverted in r265950 because it exposed some issues around how SCEV handled post-inc add recurrences. Those issues have now been fixed. Reviewers: atrick, regehr Subscribers: sanjoy, mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D18685 llvm-svn: 271153
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions