[PATCH] D14850: ScalarEvolution: do not set nuw when creating exprs of form <expr> + <all-ones>.

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 17:23:10 PST 2015


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

LGTM, good catch!


================
Comment at: test/Transforms/IndVarSimplify/zext-nuw.ll:1
@@ +1,2 @@
+; RUN: opt -indvars -S -o - %s | FileCheck %s
+
----------------
Minor nit: is the `-o -` necessary?


http://reviews.llvm.org/D14850





More information about the llvm-commits mailing list