[PATCH] D23075: [IndVarSimplify] Extend trip count instead of truncating IV in LFTR, when original IV does not overflow

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 16:44:20 PDT 2016


amehsan added inline comments.

================
Comment at: test/Transforms/IndVarSimplify/elim-extend.ll:1
@@ -1,2 +1,2 @@
-; RUN: opt < %s -indvars -S | FileCheck %s
+; RUN: opt < %s -indvars -S | grep -v wide.trip.count| FileCheck %s
 
----------------
mehdi_amini wrote:
> I think we try to avoid using "grep" in test, existing usage are legacy AFAIK.
Sure, will fix the first two test cases. For the other two, given the entire test is based on grep, I think I have to keep it.


https://reviews.llvm.org/D23075





More information about the llvm-commits mailing list