[PATCH] [DependenceAnalysis] Allow subscripts of different types

Sebastian Pop sebpop at gmail.com
Sun Nov 16 07:17:14 PST 2014


Please add -da-delinearize to the testcase.
Otherwise the patch LGTM.

================
Comment at: test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll:1
@@ +1,2 @@
+; RUN: opt < %s -analyze -basicaa -da | FileCheck %s
+
----------------
You also need to add -da-delinearize to exercise the code that you add in this patch: Delinearize is set to false by default.

http://reviews.llvm.org/D6289






More information about the llvm-commits mailing list