[PATCH] D23059: Teach CorrelatedValuePropagation to mark adds as no wrap
Artur Pilipenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 06:00:51 PDT 2016
apilipenko marked 3 inline comments as done.
================
Comment at: lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:21
@@ -20,2 +20,3 @@
#include "llvm/IR/CFG.h"
+#include "llvm/IR/ConstantRange.h"
#include "llvm/IR/Constants.h"
----------------
sanjoy wrote:
> Interesting that you had to add this. Doesn't LVI include this?
LVI.h has forward declaration only
https://reviews.llvm.org/D23059
More information about the llvm-commits
mailing list