[PATCH] D13531: [Polly] Treat pointers the same as integers

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 13:51:32 PDT 2015


jdoerfert created this revision.
jdoerfert added a reviewer: grosser.
jdoerfert added a subscriber: Polly.

  As ScalarEvolution will already do the heavy lifting on all pointer
  related computations we can just treat them simply as integer expression.

http://reviews.llvm.org/D13531

Files:
  include/polly/CodeGen/IslExprBuilder.h
  lib/Analysis/ScopDetection.cpp
  lib/CodeGen/IslExprBuilder.cpp
  lib/Support/SCEVValidator.cpp
  test/Isl/CodeGen/20120316-InvalidCast.ll
  test/Isl/CodeGen/MemAccess/different_types.ll
  test/Isl/CodeGen/pointer-type-expressions-2.ll
  test/Isl/CodeGen/pointer-type-expressions-3.ll
  test/Isl/CodeGen/pointer-type-expressions.ll
  test/Isl/CodeGen/pointer-type-pointer-type-comparison.ll
  test/ScopInfo/pointer-comparison-no-nsw.ll
  test/ScopInfo/pointer-comparison.ll
  test/ScopInfo/pointer-type-expressions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13531.36793.patch
Type: text/x-patch
Size: 16551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151007/9fa826c1/attachment.bin>


More information about the llvm-commits mailing list