[PATCH] [Fix] Allow pointer types as access elements and compare them correct
Tobias Grosser
tobias at grosser.es
Fri Sep 19 01:47:05 PDT 2014
Very nice fix and test case.
There is a minor nit in the test case and you may want to mention that you choose i8 as the max type,
================
Comment at: test/Isl/CodeGen/aliasing_different_pointer_types.ll:1
@@ +1,2 @@
+; RUN: opt %loadPolly -polly-code-generator=isl -polly-codegen-isl -S < %s | FileCheck %s
+;
----------------
-polly-code-generator=isl is not needed.
http://reviews.llvm.org/D5406
More information about the llvm-commits
mailing list