[PATCH] D49609: [isl] Typesafe user pointers

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 02:58:40 PDT 2018


philip.pfaffe added a comment.

The link is 404, but I assume it boils down to the same thing as either std::any or llvm::Any. It's not hard to reroll the implementation in isl, but then we have three.

I think making the generator customizable is orthogonal to adding std::any. But it opens to door to adding std::any into isl proper, and _replacing_ it with llvm::Any on the polly end. I feel this makes for a cleaner integration between the two.


Repository:
  rPLO Polly

https://reviews.llvm.org/D49609





More information about the llvm-commits mailing list