[PATCH] D49609: [isl] Typesafe user pointers

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 12:10:10 PDT 2018


philip.pfaffe updated this revision to Diff 156563.
philip.pfaffe marked 6 inline comments as done.
philip.pfaffe added a comment.

Fail harder if the wrong type is given.

I don't like spelling out constness on auto when the full type is on the right
hand side.


Repository:
  rPLO Polly

https://reviews.llvm.org/D49609

Files:
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/IslAst.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/CodeGen/PPCGCodeGeneration.cpp
  lib/External/isl/include/isl/isl-noexceptions.h
  lib/Transform/ForwardOpTree.cpp
  lib/Transform/MaximalStaticExpansion.cpp
  lib/Transform/ScheduleOptimizer.cpp
  lib/Transform/Simplify.cpp
  lib/Transform/ZoneAlgo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49609.156563.patch
Type: text/x-patch
Size: 18248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/82d3ded0/attachment.bin>


More information about the llvm-commits mailing list