[PATCH] D14850: ScalarEvolution: do not set nuw when creating exprs of form <expr> + <all-ones>.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 17:30:06 PST 2015
pcc added inline comments.
================
Comment at: test/Transforms/IndVarSimplify/zext-nuw.ll:1
@@ +1,2 @@
+; RUN: opt -indvars -S -o - %s | FileCheck %s
+
----------------
sanjoy wrote:
> Minor nit: is the `-o -` necessary?
No, removed.
Repository:
rL LLVM
http://reviews.llvm.org/D14850
More information about the llvm-commits
mailing list