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

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 04:39:24 PST 2016


grosser updated this revision to Diff 46896.
grosser added a comment.

Address Johannes' comment


http://reviews.llvm.org/D16878

Files:
  include/polly/ScopDetectionDiagnostic.h
  include/polly/ScopInfo.h
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopDetection.cpp
  lib/Analysis/ScopDetectionDiagnostic.cpp
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/BlockGenerators.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  test/Isl/CodeGen/MemAccess/multiple_types.ll
  test/Isl/CodeGen/MemAccess/multiple_types___%bb1---%bb22.jscop
  test/Isl/CodeGen/multiple-types-invariant-load.ll
  test/ScopDetectionDiagnostics/ReportDifferentElementSize.ll
  test/ScopInfo/multiple-types-access-offset-not-dividable-by-element-size.ll
  test/ScopInfo/multiple-types-non-power-of-two-2.ll
  test/ScopInfo/multiple-types-non-power-of-two.ll
  test/ScopInfo/multiple-types-two-dimensional-2.ll
  test/ScopInfo/multiple-types-two-dimensional.ll
  test/ScopInfo/multiple-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16878.46896.patch
Type: text/x-patch
Size: 45637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160204/5e31ac2b/attachment.bin>


More information about the llvm-commits mailing list