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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 12:09:28 PDT 2016


mehdi_amini added a subscriber: mehdi_amini.

================
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
 
----------------
I think we try to avoid using "grep" in test, existing usage are legacy AFAIK.


https://reviews.llvm.org/D23075





More information about the llvm-commits mailing list