[PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 04:50:52 PST 2016


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: test/ScopInfo/multiple-types-non-power-of-two.ll:27
@@ +26,3 @@
+; The allocation size discussed above defines the number of canonical array
+; elements accessed. For example, even though i24 only consists of 3 bytes,
+; its allocation size is 4 bytes. Consequently, we model the access to an
----------------
Thanks for changing this.


http://reviews.llvm.org/D16878





More information about the llvm-commits mailing list