]> granicus.if.org Git - llvm/commit
[NFC][CVP] Count all the no-wraps we proved
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 18 Oct 2019 13:20:16 +0000 (13:20 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 18 Oct 2019 13:20:16 +0000 (13:20 +0000)
commit4e74e8c238c3dad287bb4f4b2fbda84f99d02e4b
tree84a24a774ab941110e8d51a95c404847d5da958b
parent3e5185e268379d97349da0f246ab8b3f88841e08
[NFC][CVP] Count all the no-wraps we proved

Summary:
It looks like this is the only missing statistic in the CVP pass.
Since we prove NSW and NUW separately i'd think we should count them separately too.

Reviewers: nikic, spatel, reames

Reviewed By: spatel

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68740

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp