[PATCH] D33422: [Polly][NewPM] Port IslAst to the new ScopPassManager

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 14:59:13 PDT 2017


philip.pfaffe created this revision.
philip.pfaffe added a project: Polly.
Herald added a subscriber: nemanjai.

This patch ports IslAst to the new PM. The change is mostly straightforward. The only major modification required is making IslAst move-only, to correctly manage the isl resources it owns.


Repository:
  rL LLVM

https://reviews.llvm.org/D33422

Files:
  include/polly/CodeGen/IslAst.h
  include/polly/LinkAllPasses.h
  lib/CodeGen/CodeGeneration.cpp
  lib/CodeGen/IslAst.cpp
  lib/CodeGen/PPCGCodeGeneration.cpp
  lib/Support/RegisterPasses.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33422.99820.patch
Type: text/x-patch
Size: 17076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170522/b1c7172d/attachment-0001.bin>


More information about the llvm-commits mailing list