[PATCH] D23114: [PM] Introduce a devirtualization iteration layer for the new PM.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 21:32:16 PDT 2016


chandlerc updated this revision to Diff 67060.
chandlerc added a comment.

Update to use a new name (stemming from a conversation with Mehdi on IRC) and
include a more interesting and thorough test case that exhausts the iteration
space.

Also simplify some naming and other bits of the code. Nothing substantive
changed here though.

Should be in a good state at this point.


https://reviews.llvm.org/D23114

Files:
  include/llvm/Analysis/CGSCCPassManager.h
  lib/Passes/PassBuilder.cpp
  test/Other/cgscc-devirt-iteration.ll
  test/Other/cgscc-observe-devirt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23114.67060.patch
Type: text/x-patch
Size: 17075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160806/e5211775/attachment.bin>


More information about the llvm-commits mailing list